diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-21 15:04:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-21 15:04:18 +0000 |
commit | f9e33a21e734d927f224cf93fd7be05dce3f7391 (patch) | |
tree | 12e52da87181c0725aa9d7740c09d7315d4fb533 /plugins/Db3x_mmap/src/version.h | |
parent | 310cdd11d658f232ab9b05a7b39cc9c3d9a00436 (diff) |
- CDb3Mmap::FillContacts(): returned support for the old contact's format;
- CDb3Mmap::AdaptEvent: fast enough method to unify old & new event's formats;
- CDb3Mmap::m_csDbAccess finally switched to mir_cs;
- code cleaning;
- pre-release version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/version.h')
-rw-r--r-- | plugins/Db3x_mmap/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/version.h b/plugins/Db3x_mmap/src/version.h index 0e20cc7daf..d88e5aee74 100644 --- a/plugins/Db3x_mmap/src/version.h +++ b/plugins/Db3x_mmap/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 1
#include <stdver.h>
|