From d995680f717a2acd5c6e2bbf05b699e970710481 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sun, 23 Nov 2025 11:45:18 +0100 Subject: [PATCH] afegit project.h --- source/project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/project.h b/source/project.h index c2f2c25..00688ab 100644 --- a/source/project.h +++ b/source/project.h @@ -5,5 +5,5 @@ constexpr const char* NAME = "pollo"; constexpr const char* LONG_NAME = "Los pollos hermanos"; constexpr const char* VERSION = "0.1"; constexpr const char* COPYRIGHT = "@2025 JailDesigner"; -constexpr const char* GIT_HASH = "e397f0a"; +constexpr const char* GIT_HASH = ""; } // namespace Project