Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
If we happen to decide to use this updated branch, it would be good to have a minor version bump because the entire toolset has changed.

If we have breaking changes like dropping Win7 support, we should move to 2.0.
  • Loading branch information
bo3b authored Aug 25, 2024
1 parent 19e636a commit b22c5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// The VERSION_REVISION is automatically incremented for every Publish build.

#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 16
#define VERSION_MINOR 4
#define VERSION_REVISION 0

#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
Expand Down

0 comments on commit b22c5df

Please sign in to comment.