Skip to content

Commit

Permalink
准备发布 version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SourLemonJuice committed Aug 6, 2024
1 parent 56a6a4c commit 22b174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// switch between release build mode...
#if APP_BUILD_RELEASE_MODE == 1
#define APP_VERSION_STRING "ver-2.0"
#define APP_VERSION_STRING "ver-2.1"
#elif APP_BUILD_RELEASE_MODE == 0 // ...and develop build
// cheating the code analyzer
#define APP_BUILD_RELEASE_MODE 0
Expand Down

0 comments on commit 22b174c

Please sign in to comment.