diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-04 19:44:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-04 19:44:41 +0000 |
commit | bdc6998bb07eabaed2a583049fc744c8b1073657 (patch) | |
tree | 3bbc3ff810bfe71b7d257a439a60b2c52ea59638 /plugins/Db3x_mmap/src/dbintf.h | |
parent | 2da1f347012d15530482b2494e83ab0b8c785521 (diff) |
0.94 database format is valid for 0.95
git-svn-id: http://svn.miranda-ng.org/main/trunk@9679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index b69054f87d..e0c5b43ebb 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -47,6 +47,7 @@ DBHeader #define DBMODE_SHARED 0x0001
#define DBMODE_READONLY 0x0002
+#define DB_094_VERSION 0x00000701u
#define DB_095_VERSION 0x00000800u
#define DB_095_1_VERSION 0x00000801u
|