See previous commit

This commit is contained in:
2012-02-01 12:43:43 +01:00
parent 329ea9ef5d
commit 37f03a1da0
11 changed files with 116 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ public:
static const int NOT_CHECKED_OP = (1 << 3);
static const int ALL_OP = (~0);
static const int VERSION = 2;
static const int VERSION = 3;
Database(const char* filename, KissCount* kiss);