Skip to content

Commit 5c1cdb3

Browse files
committed
Bump version to 4.1.1.
1 parent 6de7c7c commit 5c1cdb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/include_make/86box/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
#define EMU_NAME "86Box"
2323
#define EMU_NAME_W LSTR(EMU_NAME)
2424

25-
#define EMU_VERSION "4.1"
25+
#define EMU_VERSION "4.1.1"
2626
#define EMU_VERSION_W LSTR(EMU_VERSION)
2727
#define EMU_VERSION_EX "3.50" /* frozen due to IDE re-detection behavior on Windows */
2828
#define EMU_VERSION_MAJ 4
2929
#define EMU_VERSION_MIN 1
30-
#define EMU_VERSION_PATCH 0
30+
#define EMU_VERSION_PATCH 1
3131

3232
#define EMU_BUILD_NUM 0
3333

src/unix/assets/86Box.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%global romver 4.1
1616

1717
Name: 86Box
18-
Version: 4.1
18+
Version: 4.1.1
1919
Release: 1%{?dist}
2020
Summary: Classic PC emulator
2121
License: GPLv2+
@@ -121,5 +121,5 @@ popd
121121
%{_datadir}/%{name}/roms
122122

123123
%changelog
124-
* Mon Oct 16 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.1-1
124+
* Fri Feb 23 2024 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.1.1-1
125125
- Bump release

src/unix/assets/net.86box.86Box.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</categories>
1111
<launchable type="desktop-id">net.86box.86Box.desktop</launchable>
1212
<releases>
13-
<release version="4.1" date="2023-10-16"/>
13+
<release version="4.1.1" date="2024-02-23"/>
1414
</releases>
1515
<content_rating type="oars-1.1" />
1616
<description>

0 commit comments

Comments
 (0)