aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c10c9d3..cc7b1bb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules
10 10
11IPL_LOAD_ADDR := 0x40003000 11IPL_LOAD_ADDR := 0x40003000
12LPVERSION_MAJOR := 1 12LPVERSION_MAJOR := 1
13LPVERSION_MINOR := 8 13LPVERSION_MINOR := 9
14LPVERSION_BUGFX := 4 14LPVERSION_BUGFX := 0
15 15
16################################################################################ 16################################################################################
17 17