Skip to content

Commit

Permalink
roll version string over to v0.42a
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jun 2, 2024
1 parent 02321b7 commit 8acad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void updateenginevalues()
dynents = dyns;
}

constexpr const char * versionstring = "Alpha 41 \"Omak\"";
constexpr const char * versionstring = "Alpha 42 \"Panther\"";

//sets engine constants that need information from the game
//as a result, all values set here are global variables defined elsewhere in
Expand Down

0 comments on commit 8acad7e

Please sign in to comment.