Skip to content

Commit 5bcf39a

Browse files
committed
Bump version for release
1 parent f92a7bb commit 5bcf39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ include $(DEVKITARM)/3ds_rules
1111

1212

1313
export VER_MAJOR := 2
14-
export VER_MINOR := 1
15-
export VER_PATCH := 1
14+
export VER_MINOR := 2
15+
export VER_PATCH := 0
1616

1717
export VERSTRING := v$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
1818

0 commit comments

Comments
 (0)