-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c27c3
commit 0c7fa00
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%global debug_package %{nil} | ||
|
||
%global basever 2.7.2 | ||
%global basever 2.7.3 | ||
#global prerel rc | ||
#global prerelnum 3 | ||
%global tag v%{basever}%{?prerel:-%{prerel}.%{prerelnum}} | ||
|
@@ -182,6 +182,9 @@ fi | |
|
||
|
||
%changelog | ||
* Tue Aug 08 2023 Carl George <[email protected]> - 2.7.3-1 | ||
- Update to version 2.7.3 | ||
|
||
* Thu Aug 03 2023 Carl George <[email protected]> - 2.7.2-1 | ||
- Update to version 2.7.2 | ||
- Add fish shell completions | ||
|