Skip to content

Commit 8acad7e

Browse files
committed
roll version string over to v0.42a
1 parent 02321b7 commit 8acad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void updateenginevalues()
7171
dynents = dyns;
7272
}
7373

74-
constexpr const char * versionstring = "Alpha 41 \"Omak\"";
74+
constexpr const char * versionstring = "Alpha 42 \"Panther\"";
7575

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

0 commit comments

Comments
 (0)