diff options
| author | Tannin <devnull@localhost> | 2013-12-19 19:40:59 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-19 19:40:59 +0100 |
| commit | 35c9fe3e98cd4a81b114b0d9acb24727465d94b3 (patch) | |
| tree | 33a32eefc8c1d1620f3282b33c10fa165d149d15 /src/version.rc | |
| parent | 82f7b09b40ffdbcee1ef275b499b6b8bcf0001bf (diff) | |
- bugfix: archive.dll could cause a crash, attempting to close an archive that failed to open
- bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message
- bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too
- bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url
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 811ee7ca..35ac56a4 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,0,11,0
-#define VER_FILEVERSION_STR "1,0,11,0\0"
+#define VER_FILEVERSION 1,0,12,0
+#define VER_FILEVERSION_STR "1,0,12,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
