Skip to content

Commit

Permalink
QCOMMON: Set product release to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Oct 30, 2024
1 parent cd0f752 commit b9baee2
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 "dev" // "beta x" "final"/""
#define PRODUCT_RELEASE "beta1" // "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 b9baee2

Please sign in to comment.