ckdb - update the db version to force anyone to ask me what needs to be done

This commit is contained in:
kanoi 2014-08-07 03:27:11 +10:00
parent c2e54cae53
commit 9e3cf4e469

View File

@ -44,7 +44,7 @@
* */
#define DB_VLOCK "1"
#define DB_VERSION "0.5"
#define DB_VERSION "0.6"
#define WHERE_FFL " - from %s %s() line %d"
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__