From bf0db9c218edde72750426e2fb273359497db5bb Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 25 Aug 2013 13:15:23 +0200 Subject: - 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 --- src/version.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/version.rc') 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 -- cgit v1.3.1