Skip to content

Commit

Permalink
Bump version to 4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Feb 23, 2024
1 parent 6de7c7c commit 5c1cdb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/include_make/86box/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#define EMU_NAME "86Box"
#define EMU_NAME_W LSTR(EMU_NAME)

#define EMU_VERSION "4.1"
#define EMU_VERSION "4.1.1"
#define EMU_VERSION_W LSTR(EMU_VERSION)
#define EMU_VERSION_EX "3.50" /* frozen due to IDE re-detection behavior on Windows */
#define EMU_VERSION_MAJ 4
#define EMU_VERSION_MIN 1
#define EMU_VERSION_PATCH 0
#define EMU_VERSION_PATCH 1

#define EMU_BUILD_NUM 0

Expand Down
4 changes: 2 additions & 2 deletions src/unix/assets/86Box.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global romver 4.1

Name: 86Box
Version: 4.1
Version: 4.1.1
Release: 1%{?dist}
Summary: Classic PC emulator
License: GPLv2+
Expand Down Expand Up @@ -121,5 +121,5 @@ popd
%{_datadir}/%{name}/roms

%changelog
* Mon Oct 16 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.1-1
* Fri Feb 23 2024 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.1.1-1
- Bump release
2 changes: 1 addition & 1 deletion src/unix/assets/net.86box.86Box.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</categories>
<launchable type="desktop-id">net.86box.86Box.desktop</launchable>
<releases>
<release version="4.1" date="2023-10-16"/>
<release version="4.1.1" date="2024-02-23"/>
</releases>
<content_rating type="oars-1.1" />
<description>
Expand Down

0 comments on commit 5c1cdb3

Please sign in to comment.