From 1394e75ab2182d15df2c73b46cabedec0af5b1dd Mon Sep 17 00:00:00 2001 From: Donovan Baarda Date: Sun, 19 Feb 2023 16:21:44 +1100 Subject: Prepare v2.3.5. Prepare for development of the next v2.3.5 release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c9861d4..6c2c0f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ include(GNUInstallDirs) set(LIBRSYNC_MAJOR_VERSION 2) set(LIBRSYNC_MINOR_VERSION 3) -set(LIBRSYNC_PATCH_VERSION 4) +set(LIBRSYNC_PATCH_VERSION 5) set(LIBRSYNC_VERSION ${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION}) -- cgit v1.2.1