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 fa3c832..f2e57d5 100644
--- a/veracrypt/veracrypt.spec
+++ b/veracrypt/veracrypt.spec
@@ -74,7 +74,7 @@
%endif
%endif
-%define upstream_version 1.25.4
+%define upstream_version 1.25.7
Name: veracrypt
Version: %( echo %{upstream_version} | tr '-' '_' )
@@ -234,6 +234,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Thu Feb 10 2022 B. Stack <bgstack15@gmail.com> 1.25.7-1
+- version bump
+
* Tue Aug 11 2020 B Stack <bgstack15@gmail.com> 1.24_Update7-1
- version bump
- handle new version naming with dashes
bgstack15