Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Jan 19, 2021
1 parent bb811d9 commit 19c9c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version:
0.53.{build}
0.54.{build}

image:
- Visual Studio 2019
Expand Down
8 changes: 4 additions & 4 deletions src/PerfectHashVersion.rc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Abstract:
#define VER_DEBUG 0
#endif

#define VER_FILEVERSION 0,53,0,0
#define VER_FILEVERSION_STR "v0.53"
#define VER_FILEVERSION 0,54,0,0
#define VER_FILEVERSION_STR "v0.54"

#define VER_PRODUCTVERSION 0,53,0,0
#define VER_PRODUCTVERSION_STR "v0.53"
#define VER_PRODUCTVERSION 0,54,0,0
#define VER_PRODUCTVERSION_STR "v0.54"

#define VER_FILEFLAGS (VS_FF_PRERELEASE|VER_DEBUG)

Expand Down

0 comments on commit 19c9c07

Please sign in to comment.