diff options
| author | Tannin <sherb@gmx.net> | 2015-11-17 18:58:00 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-17 18:58:00 +0100 |
| commit | 7f4f4cafea5a196ddf824adf7c4e65cec5d44d88 (patch) | |
| tree | 64f47f30b6958c5a0aaf8f7394e8d32c5e765044 /src/version.rc | |
| parent | 7d93a9a2003f31188e4da8cbcd7e5df0352bb900 (diff) | |
first work on interfacing with usvfs
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 50615bdc..d33afcbf 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,3,11,0
-#define VER_FILEVERSION_STR "1,3,11,0\0"
+#define VER_FILEVERSION 2,0,0
+#define VER_FILEVERSION_STR "2,0,0a1\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
