summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-16 19:30:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-16 19:30:20 +0300
commitb2a65cb0e93f070ebb78dd69a9740527fb0e6261 (patch)
treee83aac634813a44991f212cbaab43dbab60f37a3 /plugins/Dbx_sqlite/src/version.h
parent97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (diff)
dbx_sqlite:
- major speed-up (we don't close each transaction immediately); - assert replaced with correct error logging (to be able to debug problems using network logs); - code cleaning; - version bump
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 34737ca826..f35e26ae44 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 95
-#define __RELEASE_NUM 10
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 13
+#define __BUILD_NUM 1
#include <stdver.h>