Skip to content

Commit 8ce47bf

Browse files
committed
Update version string
1 parent 3a9f004 commit 8ce47bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

contrib/fedora/boxtron.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
%global gittag v%{version}
44

55
Name: boxtron
6-
Version: 0.5.3
7-
Release: 3%{?dist}
6+
Version: 0.5.4
7+
Release: 1%{?dist}
88
BuildArch: noarch
99
Summary: Steam Play Compatibility tool to run DOS games
1010

@@ -36,6 +36,9 @@ game launchers using native Linux DOSBox.
3636
%{_bindir}/install-gog-game
3737

3838
%changelog
39+
* Fri Jan 17 2020 Patryk Obara <[email protected]> 0.5.4-1
40+
- Update to release 0.5.4
41+
3942
* Wed Jan 15 2020 Patryk Obara <[email protected]> 0.5.3-3
4043
- Bump release to test copr updates
4144

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
#
1515
# $ git describe
1616

17-
VERSION = '0.5.3'
17+
VERSION = '0.5.4'

0 commit comments

Comments
 (0)