From 441a2122bc0797007183d57334e475cddf5b60d7 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sun, 17 May 2026 13:22:33 +0200 Subject: [PATCH] bump version a 2026.05.17 --- source/utils/defines.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/defines.hpp b/source/utils/defines.hpp index bd7bb7e..c9afe75 100644 --- a/source/utils/defines.hpp +++ b/source/utils/defines.hpp @@ -1,5 +1,5 @@ #pragma once namespace Texts { - constexpr const char* VERSION = "2026.04.14"; // Versión del juego (también usada por el Makefile) + constexpr const char* VERSION = "2026.05.17"; // Versión del juego (también usada por el Makefile) } // namespace Texts