Skip to content

Commit

Permalink
Bump version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardg867 committed Apr 21, 2022
1 parent bfde3e4 commit 01d6407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions src/include_make/86box/version.h
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 01d6407

Please sign in to comment.