summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
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 642a8b5..7c45e91 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -14,7 +14,7 @@
%define min_openssl >= 1.1.0h
%endif
Name: freefilesync
-Version: 10.10
+Version: 10.11
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -182,6 +182,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Fri Apr 12 2019 B Stack <bgstack15@gmail.com> - 10.11-1
+- version bump
+
* Tue Feb 12 2019 B Stack <bgstack15@gmail.com> - 10.10-1
- version bump
- add libssh2 patch from AUR
bgstack15