Bump version to 5.1 [skip ci]

This commit is contained in:
David Hrdlička
2025-08-27 19:40:07 +02:00
parent e9eb337b4f
commit 66b33cbb03
5 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ if(MUNT_EXTERNAL)
endif() endif()
project(86Box project(86Box
VERSION 5.0.1 VERSION 5.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 (5.0.1) UNRELEASED; urgency=medium 86box (5.1) UNRELEASED; urgency=medium
* Bump release. * Bump release.
-- Jasmine Iwanek <jriwanek@gmail.com> Sun, 24 Aug 2025 15:20:01 +0200 -- Jasmine Iwanek <jriwanek@gmail.com> Wed, 27 Aug 2025 19:39:16 +0200

View File

@@ -15,7 +15,7 @@
%global romver 4.1 %global romver 4.1
Name: 86Box Name: 86Box
Version: 5.0.1 Version: 5.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 31 Jasmine Iwanek <jriwanek[AT]gmail.com> 5.0.1-1 * Sat Aug 31 Jasmine Iwanek <jriwanek[AT]gmail.com> 5.1-1
- Bump release - Bump release

View File

@@ -11,7 +11,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="5.0.1" date="2025-08-24"/> <release version="5.1" date="2025-08-27"/>
</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": "5.0.1", "version-string": "5.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",