Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Feb 19, 2020
1 parent 08fbeab commit 96c7ac2
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.39.{build}
0.40.{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,39,0,0
#define VER_FILEVERSION_STR "v0.39"
#define VER_FILEVERSION 0,40,0,0
#define VER_FILEVERSION_STR "v0.40"

#define VER_PRODUCTVERSION 0,39,0,0
#define VER_PRODUCTVERSION_STR "v0.39"
#define VER_PRODUCTVERSION 0,40,0,0
#define VER_PRODUCTVERSION_STR "v0.40"

#define VER_FILEFLAGS (VS_FF_PRERELEASE|VER_DEBUG)

Expand Down

0 comments on commit 96c7ac2

Please sign in to comment.