Skip to content

Commit eb777c2

Browse files
committed
Release v1.16.7
Signed-off-by: Cole Miller <[email protected]>
1 parent 39ffc97 commit eb777c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5], [https://github.com/canonical/dqlite])
2+
AC_INIT([libdqlite], [1.16.7], [https://github.com/canonical/dqlite])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_AUX_DIR([ac])
55

include/dqlite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
#define DQLITE_VERSION_MAJOR 1
3030
#define DQLITE_VERSION_MINOR 16
31-
#define DQLITE_VERSION_RELEASE 5
31+
#define DQLITE_VERSION_RELEASE 7
3232
#define DQLITE_VERSION_NUMBER \
3333
(DQLITE_VERSION_MAJOR * 100 * 100 + DQLITE_VERSION_MINOR * 100 + \
3434
DQLITE_VERSION_RELEASE)

0 commit comments

Comments
 (0)