Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Aug 21, 2023
1 parent 9465afb commit 89bd7ec
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 0
#define APDOOM_MINOR 12
#define APDOOM_PATCH 3
#define APDOOM_MINOR 13
#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 89bd7ec

Please sign in to comment.