Actualitzat Makefile per al release de macos amb target x86_64-apple-macos10.15

Actualitzat el numero de versió a 1.10
This commit is contained in:
2025-03-01 10:20:45 +01:00
parent b34f4dda42
commit c2040d3ded
5 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
// Textos
constexpr const char *WINDOW_CAPTION = "JailDoctor's Dilemma";
constexpr const char *TEXT_COPYRIGHT = "@2022 JailDesigner";
constexpr const char *VERSION = "1.09";
constexpr const char *VERSION = "1.10";
// Velocidad del juego
constexpr Uint32 GAME_SPEED = 1000 / 60;