Skip to content

Commit

Permalink
Merge pull request #722 from cole-miller/release-v1.18.0
Browse files Browse the repository at this point in the history
Release v1.18.0
  • Loading branch information
cole-miller authored Oct 23, 2024
2 parents f48c244 + 658a5ca commit 6339f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT([libdqlite], [1.16.7], [https://github.com/canonical/dqlite])
AC_INIT([libdqlite], [1.18.0], [https://github.com/canonical/dqlite])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])

Expand Down
4 changes: 2 additions & 2 deletions include/dqlite.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* Version.
*/
#define DQLITE_VERSION_MAJOR 1
#define DQLITE_VERSION_MINOR 16
#define DQLITE_VERSION_RELEASE 7
#define DQLITE_VERSION_MINOR 18
#define DQLITE_VERSION_RELEASE 0
#define DQLITE_VERSION_NUMBER \
(DQLITE_VERSION_MAJOR * 100 * 100 + DQLITE_VERSION_MINOR * 100 + \
DQLITE_VERSION_RELEASE)
Expand Down

0 comments on commit 6339f32

Please sign in to comment.