1
0
Fork 0
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:
Muzychenko Andrey 2023-10-16 09:14:43 +03:00
parent 350651dae6
commit 6a30ccbef1
4 changed files with 17 additions and 3 deletions

View file

@ -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;