Skip to content

Commit 6339f32

Browse files
authored
Merge pull request #722 from cole-miller/release-v1.18.0
Release v1.18.0
2 parents f48c244 + 658a5ca commit 6339f32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.60)
2-
AC_INIT([libdqlite], [1.16.7], [https://github.com/canonical/dqlite])
2+
AC_INIT([libdqlite], [1.18.0], [https://github.com/canonical/dqlite])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_AUX_DIR([ac])
55

include/dqlite.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* Version.
2828
*/
2929
#define DQLITE_VERSION_MAJOR 1
30-
#define DQLITE_VERSION_MINOR 16
31-
#define DQLITE_VERSION_RELEASE 7
30+
#define DQLITE_VERSION_MINOR 18
31+
#define DQLITE_VERSION_RELEASE 0
3232
#define DQLITE_VERSION_NUMBER \
3333
(DQLITE_VERSION_MAJOR * 100 * 100 + DQLITE_VERSION_MINOR * 100 + \
3434
DQLITE_VERSION_RELEASE)

0 commit comments

Comments
 (0)