summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-04-13 13:18:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-04-13 13:18:11 +0300
commit850c49bb75c0ac93c3a082cc51f82912309923df (patch)
tree48284d3a1511990dff7d492c65d0f5a16a378bb5 /plugins/Dbx_sqlite/src/version.h
parente55ea2abfee69acba3370e7227f9c6d30456ff8d (diff)
dbx_sqlite: implemented database checker + version bump
Diffstat (limited to 'plugins/Dbx_sqlite/src/version.h')
-rw-r--r--plugins/Dbx_sqlite/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_sqlite/src/version.h b/plugins/Dbx_sqlite/src/version.h
index 2a3e1bfa64..e525df5960 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 1
+#define __BUILD_NUM 2
#include <stdver.h>