diff options
| author | Tannin <devnull@localhost> | 2014-11-26 20:19:07 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-26 20:19:07 +0100 |
| commit | 4fa700bb55de9cc03e83c37eda48d7ff3652b411 (patch) | |
| tree | 1e7f4b6cfe67047462e600ba69f5b0257fbcc859 /src/version.rc | |
| parent | 9907437d937060a55a91c085c1d82e12b995bc01 (diff) | |
undid some changes that accidentally made it to this branch
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 397fddbe..6504c5ac 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,2,9,0
-#define VER_FILEVERSION_STR "1,2,9,0\0"
+#define VER_FILEVERSION 1,2,14,0
+#define VER_FILEVERSION_STR "1,2,14,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
