diff options
| author | Tannin <sherb@gmx.net> | 2016-05-15 14:58:54 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-15 14:58:54 +0200 |
| commit | 5665be7fd126c435ed4ad4ceb8c01f0e6eb16975 (patch) | |
| tree | 1a9d9bdbb20d492a1b434e916b4be87cafd5a415 /src/version.rc | |
| parent | e522afa63b81301caf886c5e351de2790e5b8182 (diff) | |
fixed calls to helper.exe using wrong path
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 872c65d7..445f7c19 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 2,0,5
-#define VER_FILEVERSION_STR "2.0.5beta\0"
+#define VER_FILEVERSION 2,0,6
+#define VER_FILEVERSION_STR "2.0.6beta\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
