version: defines.hpp es la unica font de veritat (CMakeLists l'extreu via regex) + bump 2.3.4 -> 2.4.0

This commit is contained in:
2026-05-19 20:04:06 +02:00
parent bded70a52a
commit 66ad34b667
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
namespace Texts {
constexpr const char* VERSION = "2.3.4"; // Versión del juego (también usada por el Makefile)
constexpr const char* VERSION = "2.4.0"; // Font de veritat: tambe la usen el Makefile (release names) i CMakeLists (project VERSION)
} // namespace Texts