diff options
| author | Tannin <devnull@localhost> | 2014-06-25 23:51:29 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-06-25 23:51:29 +0200 |
| commit | 5e7c875b29b2dcff44201d2b6cd6815b20fb3945 (patch) | |
| tree | 18b5212b480b060a633d93322fe93f3b6fb5bd0c /src/version.rc | |
| parent | b2a7c7c223a10db31f34e7d870d9969fcf158246 (diff) | |
- test-plugins accidentally distributed in the 1.2.5 release are now automatically deleted
- some fixes to the tutorial (mostly wording but also some actual problems)
- bugfix: could disable mods that aren't supposed to be disable-able
- bugfix: mod list wasn't saved on some changes
- bugfix: when trying to start directly to application, MO didn't start up correctly
- bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files
- bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
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 f589769d..d0b29298 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,2,5,0
-#define VER_FILEVERSION_STR "1,2,5,0\0"
+#define VER_FILEVERSION 1,2,6,0
+#define VER_FILEVERSION_STR "1,2,6,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
