summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-17 19:07:41 +0000
committerB Stack <bgstack15@gmail.com>2019-01-17 19:07:41 +0000
commitbf6ce771a903f88a3fdc0f348fcd96d32efe5aed (patch)
tree1db5b0c3d9b01d37d8919a07e7302330de42e174
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentfreefilesync 10.8 (diff)
downloadstackrpms-bf6ce771a903f88a3fdc0f348fcd96d32efe5aed.tar.gz
stackrpms-bf6ce771a903f88a3fdc0f348fcd96d32efe5aed.tar.bz2
stackrpms-bf6ce771a903f88a3fdc0f348fcd96d32efe5aed.zip
Merge branch 'freefilesync-bump' into 'master'
freefilesync 10.8 See merge request bgstack15/stackrpms!29
-rw-r--r--freefilesync/freefilesync.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index bc8eed8..3ae7f2d 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -2,7 +2,7 @@
%global prog2name RealTimeSync
%global dummy_package 0
Name: freefilesync
-Version: 10.7
+Version: 10.8
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -132,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml
%changelog
+* Thu Jan 17 2019 B Stack <bgstack15@gmail.com> - 10.8-1
+- version bump
+
* Tue Dec 18 2018 B Stack <bgstack15@gmail.com> - 10.7-1
- version bump
bgstack15