Skip to content

Commit

Permalink
version for next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
testpushpleaseignore committed May 31, 2022
1 parent c39e762 commit 835c73f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/version_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//The program will look to this file in the GitHub repo, and compare it to
//the VER_CODE in the current installation. If the number in the version.txt
//file is greater than VER_CODE, then the updater will notify the user
#define VER_CODE 42
#define VER_STR "v0.9.1"
#define VER_FILEVERSION 0,9,0,1
#define VER_FILEVERSION_STR "0.9.0.1"
#define VER_CODE 43
#define VER_STR "v0.9.2"
#define VER_FILEVERSION 0,9,0,2
#define VER_FILEVERSION_STR "0.9.0.2"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42
43

0 comments on commit 835c73f

Please sign in to comment.