We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b284519 commit 9b8543fCopy full SHA for 9b8543f
headeronly_src/sqlite3pp.h
@@ -25,10 +25,10 @@
25
#ifndef SQLITE3PP_H
26
#define SQLITE3PP_H
27
28
-#define SQLITE3PP_VERSION "1.0.0"
+#define SQLITE3PP_VERSION "1.0.6"
29
#define SQLITE3PP_VERSION_MAJOR 1
30
#define SQLITE3PP_VERSION_MINOR 0
31
-#define SQLITE3PP_VERSION_PATCH 0
+#define SQLITE3PP_VERSION_PATCH 6
32
33
#include <functional>
34
#include <iterator>
src/sqlite3pp.h
@@ -28,7 +28,7 @@
#define SQLITE3PP_VERSION "1.0.0"
0 commit comments