Bump version to 3.4.1

This commit is contained in:
RichardG867
2022-04-21 13:58:52 -03:00
parent bfde3e4867
commit 01d6407c5c
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -22,10 +22,10 @@
#define EMU_VERSION "3.4"
#define EMU_VERSION_W LSTR(EMU_VERSION)
#define EMU_VERSION_EX "3.40"
#define EMU_VERSION_EX "3.41"
#define EMU_VERSION_MAJ 3
#define EMU_VERSION_MIN 4
#define EMU_VERSION_PATCH 0
#define EMU_VERSION_PATCH 1
#define EMU_BUILD_NUM 0
@@ -40,7 +40,7 @@
#define EMU_ROMS_URL "https://github.com/86Box/roms/releases/latest"
#define EMU_ROMS_URL_W LSTR(EMU_ROMS_URL)
#ifdef RELEASE_BUILD
# define EMU_DOCS_URL "https://86box.readthedocs.io/en/v3.2/"
# define EMU_DOCS_URL "https://86box.readthedocs.io/en/v3.4/"
#else
# define EMU_DOCS_URL "https://86box.readthedocs.io"
#endif