Skip to content

Commit fb2a40c

Browse files
committed
roll version string over to v0.37a
1 parent e9a8e58 commit fb2a40c

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
@@ -73,7 +73,7 @@ void updateenginevalues()
7373
dynents = dyns;
7474
}
7575

76-
constexpr const char * versionstring = "Alpha 36 \"Jackson\"";
76+
constexpr const char * versionstring = "Alpha 37 \"Kapowsin\"";
7777

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

0 commit comments

Comments
 (0)