diff options
| author | Tannin <devnull@localhost> | 2013-08-25 13:15:23 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-08-25 13:15:23 +0200 |
| commit | bf0db9c218edde72750426e2fb273359497db5bb (patch) | |
| tree | aaf1c7370fcbd8621f6e2e0e637ec5248eda2e3e /src/version.rc | |
| parent | 8fcf21e771487c9457d62b1541bf29b06f268079 (diff) | |
- position of splitter in main window is now saved and restored
- confirmation dialog before enabling/disabling all plugins
- bugfix: GetPrivateProfileString-hook potentially accessed buffer that is allowed to be NULL
- bugfix: attempt to extract an archive crashed MO in 0.99.2
- bugfix: archive list wasn't saved correctly in 0.99.2
- bugfix: plugins.txt was incorrectly interpreted as utf-8
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 e23603f1..42e947f5 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h"
-#define VER_FILEVERSION 0,99,2,0
-#define VER_FILEVERSION_STR "0,99,2,0\0"
+#define VER_FILEVERSION 0,99,3,0
+#define VER_FILEVERSION_STR "0,99,3,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
