From cf19194e7ab5bcb5e2f96c0924d9879a4be3a617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Fri, 21 Feb 2025 13:47:35 +0100 Subject: [PATCH] =?UTF-8?q?fix:=204=20arreglets=20xorra=20Muntada=20de=20v?= =?UTF-8?q?ersi=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- release/Info.plist | 4 ++-- source/balloon.cpp | 1 - source/title.h | 16 ++++++++-------- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 27be0cb..ba8e94c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ executable = coffee_crisis source = source/*.cpp appName = Coffee Crisis releaseFolder = cc_release -version = v2.3.1 +version = v2.3.2 resource_file = release/coffee.res # Release names diff --git a/release/Info.plist b/release/Info.plist index 5ad6205..650d8ff 100644 --- a/release/Info.plist +++ b/release/Info.plist @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.2a + 2.3.2 CFBundleSignature ???? CFBundleVersion - 2.3 + 2.3.2 CSResourcesFileMapped LSMinimumSystemVersion diff --git a/source/balloon.cpp b/source/balloon.cpp index 1830f70..c5c951d 100644 --- a/source/balloon.cpp +++ b/source/balloon.cpp @@ -1,5 +1,4 @@ #include "balloon.h" -#include // for abs #include // for abs #include "animatedsprite.h" // for AnimatedSprite #include "const.h" // for PLAY_AREA_LEFT, PLAY_AREA_RIGHT, PLAY_AR... diff --git a/source/title.h b/source/title.h index 30d5357..ee07a3a 100644 --- a/source/title.h +++ b/source/title.h @@ -1,12 +1,12 @@ #pragma once -#include // for SDL_Event -#include // for SDL_Rect -#include // for SDL_Renderer, SDL_Texture -#include // for Uint32, Uint8 -#include // for vector -#include "instructions.h" // for mode_e -#include "utils.h" // for input_t, options_t, section_t +#include // for SDL_Event +#include // for SDL_Rect +#include // for SDL_Renderer, SDL_Texture +#include // for Uint32, Uint8 +#include // for vector +#include "instructions.h" // for mode_e +#include "utils.h" // for input_t, options_t, section_t class AnimatedSprite; class Asset; class Fade; @@ -23,7 +23,7 @@ struct JA_Music_t; struct JA_Sound_t; // Textos -constexpr const char* TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.1)"; +constexpr const char *TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.2)"; // Contadores constexpr int TITLE_COUNTER = 800;