summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-06 19:19:10 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-06 19:19:10 -0500
commit246a68b11fbc758dc1438c7d8d864867a6ea0642 (patch)
tree127938da43e69f97ddf0560917e8e86bcc28133c /freefilesync/freefilesync.spec
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-246a68b11fbc758dc1438c7d8d864867a6ea0642.tar.gz
stackrpms-246a68b11fbc758dc1438c7d8d864867a6ea0642.tar.bz2
stackrpms-246a68b11fbc758dc1438c7d8d864867a6ea0642.zip
ffs 11.17
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 8dcc800..2d7dddf 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.16
+Version: 11.17
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -217,7 +217,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
-* Tue Jan 04 2021 B. Stack <bgstack15@gmail.com> - 11.16-1
+* Sun Feb 06 2022 B. Stack <bgstack15@gmail.com> - 11.17-1
+- version bump
+
+* Tue Jan 04 2022 B. Stack <bgstack15@gmail.com> - 11.16-1
- version bump
* Mon Dec 06 2021 B. Stack <bgstack15@gmail.com> - 11.15-1
bgstack15