summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-15 14:58:54 +0200
committerTannin <sherb@gmx.net>2016-05-15 14:58:54 +0200
commit5665be7fd126c435ed4ad4ceb8c01f0e6eb16975 (patch)
tree1a9d9bdbb20d492a1b434e916b4be87cafd5a415 /src/version.rc
parente522afa63b81301caf886c5e351de2790e5b8182 (diff)
fixed calls to helper.exe using wrong path
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc4
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