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.
2 parents f48c244 + 658a5ca commit 6339f32Copy full SHA for 6339f32
configure.ac
@@ -1,5 +1,5 @@
1
AC_PREREQ(2.60)
2
-AC_INIT([libdqlite], [1.16.7], [https://github.com/canonical/dqlite])
+AC_INIT([libdqlite], [1.18.0], [https://github.com/canonical/dqlite])
3
AC_CONFIG_MACRO_DIR([m4])
4
AC_CONFIG_AUX_DIR([ac])
5
include/dqlite.h
@@ -27,8 +27,8 @@
27
* Version.
28
*/
29
#define DQLITE_VERSION_MAJOR 1
30
-#define DQLITE_VERSION_MINOR 16
31
-#define DQLITE_VERSION_RELEASE 7
+#define DQLITE_VERSION_MINOR 18
+#define DQLITE_VERSION_RELEASE 0
32
#define DQLITE_VERSION_NUMBER \
33
(DQLITE_VERSION_MAJOR * 100 * 100 + DQLITE_VERSION_MINOR * 100 + \
34
DQLITE_VERSION_RELEASE)
0 commit comments