aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshchmue <shchmue@gmail.com>2021-04-06 16:45:21 -0600
committershchmue <shchmue@gmail.com>2021-04-06 16:45:21 -0600
commit7defba226a97dcf85016a448af4ecb3b09c5f894 (patch)
treea9df05d1282bf806f1d18f1a5f757b061d53f2fc
parentdd3add9327bae1dfd76a95e9b546f17c18358f3b (diff)
Bump version to v1.9.1v1.9.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc7b1bb..c32db7e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
11IPL_LOAD_ADDR := 0x40003000 11IPL_LOAD_ADDR := 0x40003000
12LPVERSION_MAJOR := 1 12LPVERSION_MAJOR := 1
13LPVERSION_MINOR := 9 13LPVERSION_MINOR := 9
14LPVERSION_BUGFX := 0 14LPVERSION_BUGFX := 1
15 15
16################################################################################ 16################################################################################
17 17