Skip to content

Commit

Permalink
QCOMMON: Set PRODUCT_RELEASE version to beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Oct 31, 2024
1 parent 5c00be0 commit 8a0e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern const int demo_protocols[];
#define CLIENT_WINDOW_TITLE "World of PADMAN"
#define CLIENT_WINDOW_MIN_TITLE PRODUCT_TITLE
#define PRODUCT_BASE "ioq3 05180e3"
#define PRODUCT_RELEASE "beta1" // "beta x" "final"/""
#define PRODUCT_RELEASE "beta2" // "beta x" "final"/""

#define VERSION_INFO PRODUCT_TITLE " " PRODUCT_VERSION " " PRODUCT_RELEASE " (" PRODUCT_BASE ")"
#define HOMEPATH_NAME_UNIX "worldofpadman"
Expand Down

0 comments on commit 8a0e6bc

Please sign in to comment.