diff options
| author | Tannin <devnull@localhost> | 2014-03-13 19:00:32 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-03-13 19:00:32 +0100 |
| commit | a82b7e99495a2a351a1e4a95381ca29225eb8424 (patch) | |
| tree | 98bc6854073979cdd15aeb58a6b6bbf76e612d77 /src/version.rc | |
| parent | 0f8f7bf777a9201ec997675438801538e56df128 (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.rc | 4 |
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
|
