Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Apr 17, 2024
1 parent ff2d562 commit a0bba36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Launcher/APDoomLauncher/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/archipelago/apdoom.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ extern "C"


#define APDOOM_MAJOR 1
#define APDOOM_MINOR 0
#define APDOOM_PATCH 4
#define APDOOM_MINOR 1
#define APDOOM_PATCH 0
#define APDOOM_STR(x) APDOOM_STR2(x)
#define APDOOM_STR2(x) #x
#define APDOOM_VERSION APDOOM_STR(APDOOM_MAJOR) "." APDOOM_STR(APDOOM_MINOR) "." APDOOM_STR(APDOOM_PATCH)
Expand Down

0 comments on commit a0bba36

Please sign in to comment.