Skip to content

Commit

Permalink
Version is upped to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfetplayer committed Feb 14, 2025
1 parent 2176378 commit a6e94b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=5.0
VERSION=5.1
endif

ifndef CLIENTBIN
Expand Down
6 changes: 3 additions & 3 deletions code/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ If you have questions concerning this license or the applicable additional terms
#define CLIENT_WINDOW_TITLE "RealRTCW"
#define CLIENT_WINDOW_MIN_TITLE "RealRTCW" //iowolfsp
#ifdef USE_XDG
#define HOMEPATH_NAME_UNIX "RealRTCW\\5.0"
#define HOMEPATH_NAME_UNIX "RealRTCW\\5.1"
#else
#define HOMEPATH_NAME_UNIX ".realrtcw"
#endif
#define HOMEPATH_NAME_WIN "RealRTCW\\5.0"
#define HOMEPATH_NAME_WIN "RealRTCW\\5.1"
#define STEAMPATH_NAME "Return To Castle Wolfenstein"
#define STEAMPATH_APPID "9010"

Expand All @@ -89,7 +89,7 @@ If you have questions concerning this license or the applicable additional terms
#define LEGACY_HEARTBEAT_FOR_MASTER "Wolfenstein-1"

#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "5.0" // iortcw 1.51
#define PRODUCT_VERSION "5.1" // iortcw 1.51
#endif

#ifndef PRODUCT_DATE
Expand Down
6 changes: 3 additions & 3 deletions code/splines/q_splineshared.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ If you have questions concerning this license or the applicable additional terms
#define CLIENT_WINDOW_TITLE "RealRTCW"
#define CLIENT_WINDOW_MIN_TITLE "RealRTCW" // iowolfsp
#ifdef USE_XDG
#define HOMEPATH_NAME_UNIX "RealRTCW\\5.0"
#define HOMEPATH_NAME_UNIX "RealRTCW\\5.1"
#else
#define HOMEPATH_NAME_UNIX ".wolf"
#endif
#define HOMEPATH_NAME_WIN "RealRTCW\\5.0"
#define HOMEPATH_NAME_WIN "RealRTCW\\5.1"
#define HOMEPATH_NAME_MACOSX HOMEPATH_NAME_WIN
#define GAMENAME_FOR_MASTER "wolfsp"
#define LEGACY_PROTOCOL
Expand All @@ -78,7 +78,7 @@ If you have questions concerning this license or the applicable additional terms
#define LEGACY_HEARTBEAT_FOR_MASTER "Wolfenstein-1"

#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "5.0"
#define PRODUCT_VERSION "5.1"
#endif

#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
Expand Down

0 comments on commit a6e94b8

Please sign in to comment.