aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshchmue <shchmue@gmail.com>2020-12-10 18:06:07 -0700
committershchmue <shchmue@gmail.com>2020-12-10 18:06:07 -0700
commit094c80f5c6a6d990ff4d1b40338c97068d2a40ae (patch)
tree0fb7aa8d0093a188827662607d7ca4aafb2f4a85
parent89ef341621aded8ba078b303fe34861997d52e49 (diff)
Bump version to v1.9.0dev
-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