From 0baf7e5e2c50d88607995ca35e818548284d380e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Wed, 19 Feb 2025 19:36:16 +0100 Subject: [PATCH] =?UTF-8?q?Actualitzada=20la=20versi=C3=B3=20de=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51f1c1b9..445a3a34 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ executable = jaildoctors_dilemma source = source/*.cpp source/jail_engine/*.cpp appName = JailDoctor's Dilemma releaseFolder = jdd_release -version = v1.08 +version = v1.09 # Release names windowsRelease = $(executable)-$(version)-win32-x64.zip