summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-03-13 19:00:32 +0100
committerTannin <devnull@localhost>2014-03-13 19:00:32 +0100
commita82b7e99495a2a351a1e4a95381ca29225eb8424 (patch)
tree98bc6854073979cdd15aeb58a6b6bbf76e612d77 /src/version.rc
parent0f8f7bf777a9201ec997675438801538e56df128 (diff)
- "CreateDirectory" will no longer create directories in original data directory
- bain installer will now be less picky about the archives supported - updated NCC to be compatible with more recent NMM code base - hack in NCC to allow it to install arbitrary sized files even in 32-bit builds - updated the python27.dll to one that links to msvcr100.dll to get rid of the dependency of msvcr90.dll - bugfix: dll search order wasn't set to allow plugins to load the correct qt dlls
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 426e927e..33c25b1c 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -1,7 +1,7 @@
#include "Winver.h"
-#define VER_FILEVERSION 1,1,2,0
-#define VER_FILEVERSION_STR "1,1,2,0\0"
+#define VER_FILEVERSION 1,1,3,0
+#define VER_FILEVERSION_STR "1,1,3,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION