Bumped the version to 4.0.1.

This commit is contained in:
OBattler
2023-10-12 00:01:43 +02:00
parent 65175f4d7c
commit 937edd6a74
6 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ if(MUNT_EXTERNAL)
endif() endif()
project(86Box project(86Box
VERSION 4.0 VERSION 4.0.1
DESCRIPTION "Emulator of x86-based systems" DESCRIPTION "Emulator of x86-based systems"
HOMEPAGE_URL "https://86box.net" HOMEPAGE_URL "https://86box.net"
LANGUAGES C CXX) LANGUAGES C CXX)

4
debian/changelog vendored
View File

@@ -1,5 +1,5 @@
86box (4.0) UNRELEASED; urgency=medium 86box (4.0.1) UNRELEASED; urgency=medium
* Bump release. * Bump release.
-- Jasmine Iwanek <jriwanek@gmail.com> Tue, 28 Feb 2023 00:02:16 -0500 -- Jasmine Iwanek <jriwanek@gmail.com> Thu, 12 Oct 2023 00:00:31 +0200

View File

@@ -22,12 +22,12 @@
#define EMU_NAME "86Box" #define EMU_NAME "86Box"
#define EMU_NAME_W LSTR(EMU_NAME) #define EMU_NAME_W LSTR(EMU_NAME)
#define EMU_VERSION "4.0" #define EMU_VERSION "4.0.1"
#define EMU_VERSION_W LSTR(EMU_VERSION) #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_EX "3.50" /* frozen due to IDE re-detection behavior on Windows */
#define EMU_VERSION_MAJ 4 #define EMU_VERSION_MAJ 4
#define EMU_VERSION_MIN 0 #define EMU_VERSION_MIN 0
#define EMU_VERSION_PATCH 0 #define EMU_VERSION_PATCH 1
#define EMU_BUILD_NUM 0 #define EMU_BUILD_NUM 0

View File

@@ -15,7 +15,7 @@
%global romver 4.0 %global romver 4.0
Name: 86Box Name: 86Box
Version: 4.0 Version: 4.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Classic PC emulator Summary: Classic PC emulator
License: GPLv2+ License: GPLv2+
@@ -121,5 +121,5 @@ popd
%{_datadir}/%{name}/roms %{_datadir}/%{name}/roms
%changelog %changelog
* Sat Aug 26 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.0-1 * Thu Oct 12 2023 Robert de Rooy <robert.de.rooy[AT]gmail.com> 4.0.1-1
- Bump release - Bump release

View File

@@ -10,7 +10,7 @@
</categories> </categories>
<launchable type="desktop-id">net.86box.86Box.desktop</launchable> <launchable type="desktop-id">net.86box.86Box.desktop</launchable>
<releases> <releases>
<release version="4.0" date="2023-02-28"/> <release version="4.0.1" date="2023-10-12"/>
</releases> </releases>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<description> <description>

View File

@@ -1,6 +1,6 @@
{ {
"name": "86box", "name": "86box",
"version-string": "4.0", "version-string": "4.0.1",
"homepage": "https://86box.net/", "homepage": "https://86box.net/",
"documentation": "https://86box.readthedocs.io/", "documentation": "https://86box.readthedocs.io/",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",