summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-29 14:39:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-29 14:40:20 +0300
commite2fb79358b94182efa1c99f4a92450c548bfd3b2 (patch)
tree75818ff2a0b2e470ae95cba2c1677c1fbebdf498 /plugins/Dbx_sqlite/src/version.h
parent0684e3fa89833b43724edefe9c1eec1a446d7501 (diff)
DBSQLITE: marked read storage optimization
Diffstat (limited to 'plugins/Dbx_sqlite/src/version.h')
-rw-r--r--plugins/Dbx_sqlite/src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_sqlite/src/version.h b/plugins/Dbx_sqlite/src/version.h
index 1e4cfbbaf8..00fd440b6f 100644
--- a/plugins/Dbx_sqlite/src/version.h
+++ b/plugins/Dbx_sqlite/src/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 96
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 1
#include <stdver.h>