Skip to content

Commit a31e73e

Browse files
committed
correctly set library version
1 parent 9d15225 commit a31e73e

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
@@ -13,8 +13,8 @@ endif
1313
export PATH := $(DEVKITPPC)/bin:$(PATH)
1414

1515
export LIBOGC_MAJOR := 2
16-
export LIBOGC_MINOR := 11
17-
export LIBOGC_PATCH := 0
16+
export LIBOGC_MINOR := 12
17+
export LIBOGC_PATCH := 2
1818

1919
include $(DEVKITPPC)/base_rules
2020

0 commit comments

Comments
 (0)