From d0d3914ce583934a04125434d1260deab13f4dad Mon Sep 17 00:00:00 2001 From: Cavv Date: Wed, 18 Jun 2025 14:18:57 +0200 Subject: [PATCH] Bump version to 1.1.0 --- Makefile | 2 +- source/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d251433..c465f2b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DATA := data INCLUDES := include GRAPHICS := source/gfx source/gui/gfx LANGUAGES := source/lang -VERSION := 1.0.0 +VERSION := 1.1.0 ARCH := -march=armv5te -mtune=arm946e-s -mthumb CFLAGS := -g -Wall -O2 -ffunction-sections -fdata-sections $(ARCH) $(INCLUDE) -DARM9 diff --git a/source/config.h b/source/config.h index 6bea912..e6b75d4 100644 --- a/source/config.h +++ b/source/config.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "Kekatsu" -#define APP_VERSION "1.0.0" +#define APP_VERSION "1.1.0" #define APPDATA_DIR "/" APP_NAME #define CACHE_DIR APPDATA_DIR "/cache"