summaryrefslogtreecommitdiff
path: root/veracrypt/veracrypt.spec
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt/veracrypt.spec')
-rw-r--r--veracrypt/veracrypt.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec
index f2e57d5..c74f7af 100644
--- a/veracrypt/veracrypt.spec
+++ b/veracrypt/veracrypt.spec
@@ -74,7 +74,7 @@
%endif
%endif
-%define upstream_version 1.25.7
+%define upstream_version 1.25.9
Name: veracrypt
Version: %( echo %{upstream_version} | tr '-' '_' )
@@ -234,6 +234,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Thu Mar 24 2022 B. Stack <bgstack15@gmail.com> 1.25.9-1
+- version bump
+
* Thu Feb 10 2022 B. Stack <bgstack15@gmail.com> 1.25.7-1
- version bump
bgstack15