mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 00:10:15 +02:00
Preparing for release 2.1.0
Added CMake policy version.
This commit is contained in:
parent
350651dae6
commit
6a30ccbef1
4 changed files with 17 additions and 3 deletions
|
@ -66,7 +66,7 @@ class winmain
|
|||
using TimePoint = std::chrono::time_point<Clock>;
|
||||
|
||||
public:
|
||||
static constexpr const char* Version = "2.1.0 DEV";
|
||||
static constexpr const char* Version = "2.1.0";
|
||||
static bool single_step;
|
||||
static SDL_Window* MainWindow;
|
||||
static SDL_Renderer* Renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue