Browse Source

V106

master
zhaohe 1 month ago
parent
commit
da349fec34
  1. 2
      src/app_version.hpp

2
src/app_version.hpp

@ -2,7 +2,7 @@
#define VERSION(main, sub, fix) (main << 16 | sub << 8 | fix << 0)
#define APP_VERSION VERSION(1, 0, 6)
#define APP_VERSION_STR "1.0.4"
#define APP_VERSION_STR "1.0.6"
#define APP_VERSION_MAIN VERSION_MAIN(APP_VERSION)
#define APP_VERSION_SUB VERSION_SUB(APP_VERSION)
Loading…
Cancel
Save