From 0933b8e5ccc2528a2be7749dbc26d0a28ee322fb Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 24 Apr 2024 18:01:11 +0200 Subject: [PATCH] Bump version to 1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76bb0cd..06c969f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TOPDIR ?= $(CURDIR) include $(DEVKITPRO)/wut/share/wut_rules export VER_MAJOR := 1 -export VER_MINOR := 0 +export VER_MINOR := 1 export VER_PATCH := 0 VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)