summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2020-05-19 11:27:18 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2020-05-19 11:27:18 +1000
commitaab24c895c7265a9de37548fd620122ba571be4d (patch)
tree208b25d33555622a8f03e1be754cf38b6f559c86 /CMakeLists.txt
parent27f738650c20fef1285f11d85a34e5094a71c06f (diff)
downloadlibrsync-aab24c895c7265a9de37548fd620122ba571be4d.tar.gz
Prepare for development of the next v2.3.2 release.
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 fd67ae0..3a05c83 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 1)
+set(LIBRSYNC_PATCH_VERSION 2)
set(LIBRSYNC_VERSION
${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION})