summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-07 19:24:28 -0400
committerB. Stack <bgstack15@gmail.com>2022-09-07 19:24:28 -0400
commitae7f43535ac69b015df69dbf658321d9a89af25b (patch)
tree427750d6c561448c05b8026ee13886d67d0de073 /freefilesync/freefilesync.spec
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-ae7f43535ac69b015df69dbf658321d9a89af25b.tar.gz
stackrpms-ae7f43535ac69b015df69dbf658321d9a89af25b.tar.bz2
stackrpms-ae7f43535ac69b015df69dbf658321d9a89af25b.zip
ffs 11.25 dpkg, and rpm initial work
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 8b27974..c46312f 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -36,7 +36,7 @@
%undefine _package_note_file
%endif
Name: freefilesync
-Version: 11.23
+Version: 11.25
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -269,6 +269,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Wed Sep 07 2022 B. Stack <bgstack15@gmail.com> - 11.25-1
+- version bump
+
* Wed Aug 03 2022 B. Stack <bgstack15@gmail.com> - 11.23-1
- version bump
bgstack15