summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2019-10-12 17:22:18 +1100
committerDonovan Baarda <abo@minkirri.apana.org.au>2019-10-12 17:22:18 +1100
commit59f9f848809019c861c52370fc37489b61d2cece (patch)
tree4d9f34bca01451c87edc4c7e20030707f325fdc3
parent09a287e2a79fe8aea08b8440127c4e3912fc7355 (diff)
downloadlibrsync-59f9f848809019c861c52370fc37489b61d2cece.tar.gz
Update for unreleased version to v2.2.1.
Add Unreleased v2.2.1 entry in NEWS.md. Update CMakeLists.txt and librsync.spec for v2.2.1.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS.md4
-rw-r--r--librsync.spec4
3 files changed, 7 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f874847..b64fa38 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include(GNUInstallDirs)
set(LIBRSYNC_MAJOR_VERSION 2)
set(LIBRSYNC_MINOR_VERSION 2)
-set(LIBRSYNC_PATCH_VERSION 0)
+set(LIBRSYNC_PATCH_VERSION 1)
set(LIBRSYNC_VERSION
${LIBRSYNC_MAJOR_VERSION}.${LIBRSYNC_MINOR_VERSION}.${LIBRSYNC_PATCH_VERSION})
diff --git a/NEWS.md b/NEWS.md
index 58fae3f..7197d0d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# librsync NEWS
+## librsync 2.2.1
+
+NOT RELEASED YET
+
## librsync 2.2.0
Released 2019-10-12
diff --git a/librsync.spec b/librsync.spec
index da399f9..ab4cbb5 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -1,7 +1,7 @@
-# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.1.0.zip
+# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.2.1.zip
%define name librsync
-%define version 2.2.0
+%define version 2.2.1
%define gitsource https://github.com/librsync/%{name}/archive/v%{version}.zip
Summary: Rsync libraries