The forgotten version bumped files.

This commit is contained in:
OBattler
2024-02-23 07:23:52 +01:00
parent 5c1cdb3c45
commit b55c7b91dd
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ if(MUNT_EXTERNAL)
endif() endif()
project(86Box project(86Box
VERSION 4.1 VERSION 4.1.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.1) UNRELEASED; urgency=medium 86box (4.1.1) UNRELEASED; urgency=medium
* Bump release. * Bump release.
-- Jasmine Iwanek <jriwanek@gmail.com> Mon, 16 Oct 2023 20:24:46 +0200 -- Jasmine Iwanek <jriwanek@gmail.com> Fri, 23 Feb 2024 07:23:12 +0100

View File

@@ -1,6 +1,6 @@
{ {
"name": "86box", "name": "86box",
"version-string": "4.1", "version-string": "4.1.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",