summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-09 09:41:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-09 09:41:40 -0500
commit14e3854c6f340f365afce58f018a92c6d26f3bd1 (patch)
tree9678aeb734e7689a3674b0394f4571b545df0b61 /freefilesync/freefilesync.spec
parentfix LICENSE for el7 (diff)
downloadstackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.tar.gz
stackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.tar.bz2
stackrpms-14e3854c6f340f365afce58f018a92c6d26f3bd1.zip
ffs 11.18 rc1
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 2d7dddf..63cd2e6 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.17
+Version: 11.18
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -217,6 +217,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Wed Mar 09 2022 B. Stack <bgstack15@gmail.com> - 11.18-1
+- version bump
+
* Sun Feb 06 2022 B. Stack <bgstack15@gmail.com> - 11.17-1
- version bump
bgstack15