diff options
| author | Tannin <devnull@localhost> | 2013-03-13 19:35:20 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-13 19:35:20 +0100 |
| commit | b3d0fcb2083143dc21c751adafd2523c3555e5d2 (patch) | |
| tree | 6adeeedc26848af1d5dd96be17b4bca97ede085d /src/version.rc | |
| parent | 93e073c32445eefba5595123b28acf87d9f409e8 (diff) | |
- some more safety checks in the ini-limit removal code
- some code cleanup and minor bug fixes based on results from static code analysis
- added naemfilter for the esp list
- bsa changes are now stored automatically but delayed by up to 0.5 seconds (for performance reasons)
- bugfix: buffer overrun when certain functions are called with empty file names
- bugfix: reroute for the ini-limit fix was placed in the data segment
- bugfix: mod list got mixed up when the mod directory was changed externally
- bugfix: plugins.txt reroute on skyrim didn't work on winXP
- bugfix: MO could become unresponsive if the tutorial script couldn't be interpreted
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 23f7b6e3..9f083ed4 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 0,12,8,0
-#define VER_FILEVERSION_STR 0,12,8,0
+#define VER_FILEVERSION 0,12,9,0
+#define VER_FILEVERSION_STR 0,12,9,0
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
