Skip to content

Commit d9ab24a

Browse files
committed
next release will be 2.0.0
1 parent 2ef0d45 commit d9ab24a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ endif
1212

1313
export PATH := $(DEVKITPPC)/bin:$(PATH)
1414

15-
export LIBOGC_MAJOR := 1
16-
export LIBOGC_MINOR := 8
17-
export LIBOGC_PATCH := 24
15+
export LIBOGC_MAJOR := 2
16+
export LIBOGC_MINOR := 0
17+
export LIBOGC_PATCH := 0
1818

1919
include $(DEVKITPPC)/base_rules
2020

0 commit comments

Comments
 (0)