summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS.md4
-rw-r--r--librsync.spec6
3 files changed, 9 insertions, 3 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})
diff --git a/NEWS.md b/NEWS.md
index 2c2c901..9a6ad2a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
# NEWS
+## librsync 2.3.5
+
+NOT RELEASED YET
+
## librsync 2.3.4
Released 2023-02-19
diff --git a/librsync.spec b/librsync.spec
index 4a3e487..17fa0e7 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.3.4.zip
+# This RPM supposes that you download the release zip file from github to SOURCES directory as v2.3.5.zip
%define name librsync
-%define version 2.3.4
+%define version 2.3.5
%define gitsource https://github.com/librsync/%{name}/archive/v%{version}.zip
Summary: Rsync libraries
@@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Feb 19 2023 Donovan Baarda <abo@minkirri.apana.org.au>
+- Prepare SPEC file for librsync 2.3.5
+* Sun Feb 19 2023 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.4
* Thu Feb 16 2023 Donovan Baarda <abo@minkirri.apana.org.au>
- Updated SPEC file for librsync 2.3.3