From 769a5ae21156ea7b1f01a937f80a3da60eb6a1bb Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 25 Jun 2024 16:22:15 +0000 Subject: [PATCH] Release v1.16.5 Signed-off-by: Cole Miller --- configure.ac | 2 +- include/dqlite.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5a85b3cc7..d673a9b6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([libdqlite], [1.16.4], [https://github.com/canonical/dqlite]) +AC_INIT([libdqlite], [1.16.5], [https://github.com/canonical/dqlite]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([ac]) diff --git a/include/dqlite.h b/include/dqlite.h index f5fe9f53d..b558a85a3 100644 --- a/include/dqlite.h +++ b/include/dqlite.h @@ -28,7 +28,7 @@ */ #define DQLITE_VERSION_MAJOR 1 #define DQLITE_VERSION_MINOR 16 -#define DQLITE_VERSION_RELEASE 4 +#define DQLITE_VERSION_RELEASE 5 #define DQLITE_VERSION_NUMBER \ (DQLITE_VERSION_MAJOR * 100 * 100 + DQLITE_VERSION_MINOR * 100 + \ DQLITE_VERSION_RELEASE)