Skip to content

Commit

Permalink
bump version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Jan 6, 2024
1 parent f3d6f40 commit d05f19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpsgame/fps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace game
{
char* gametitle = "Carmine Impact"; // game name: are you dumb
char* gamestage = "Alpha"; // stage: alpha, beta, release, whatever
char* gameversion = "2.9.3"; // version: major.minor(.patch)
char* gameversion = "2.9.4"; // version: major.minor(.patch)

ICOMMAND(version, "", (), {
defformatstring(vers, "%s %s %s", gametitle, gamestage, gameversion);
Expand Down

0 comments on commit d05f19b

Please sign in to comment.