diff options
| author | Tannin <devnull@localhost> | 2014-06-30 22:37:21 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-06-30 22:37:21 +0200 |
| commit | af8973312188c3d90b8e3f8e2f8036d35e3f21ea (patch) | |
| tree | 1af9bfd9de3df8d25dca2bec0ba2b712a2d4eb36 /src/version.rc | |
| parent | baf1240be76c09e7f7dc1b44daa6e404df24e770 (diff) | |
- bugfix: update.bsa is again treated like a regular bsa because hiding it from the archive-list made it impossible (in managed bsa mode) to overwrite files from update.bsa
- bugfix: disabled-state for mo management wasn't saved
- bugfix: when starting an application, settings were saved twice
- bugfix: origin ids and handles for directory updates were out of sync
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 aa36658e..397fddbe 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 1,2,7,0
-#define VER_FILEVERSION_STR "1,2,7,0\0"
+#define VER_FILEVERSION 1,2,9,0
+#define VER_FILEVERSION_STR "1,2,9,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
