summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2023-02-19 16:23:38 +1100
committerGitHub <noreply@github.com>2023-02-19 16:23:38 +1100
commitee3df5c8775d571871170c52613c36af1a51db36 (patch)
tree0527287c9144cf5f5b1b2bde856bfe6e2269e426 /CMakeLists.txt
parente364852674780e43d578e4239128ff7014190ed3 (diff)
parent1394e75ab2182d15df2c73b46cabedec0af5b1dd (diff)
downloadlibrsync-master.tar.gz
Merge pull request #251 from dbaarda/prepare-v2.3.5HEADmaster
Prepare v2.3.5.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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})