diff options
| author | Tannin <devnull@localhost> | 2015-01-11 11:17:26 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-11 11:17:26 +0100 |
| commit | da27ec45da02bcb49e7eb9783f78820b6b54cae5 (patch) | |
| tree | c49a57fd3fd3e8b7841d7015fc4ce8df1326effe /src/version.rc | |
| parent | 1321564a926c88b6c09311ccd5902c9bbd522bfe (diff) | |
increased version number and minor stuff
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index 1261029a..f451c936 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,2,16,0
-#define VER_FILEVERSION_STR "1,2,16,0\0"
+#define VER_FILEVERSION 1,2,17,0
+#define VER_FILEVERSION_STR "1,2,17,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
