Skip to content

Commit 36bb668

Browse files
committed
Bump version for release
1 parent 890520f commit 36bb668

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

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

1111
export CITRO2D_MAJOR := 1
12-
export CITRO2D_MINOR := 3
13-
export CITRO2D_PATCH := 1
12+
export CITRO2D_MINOR := 4
13+
export CITRO2D_PATCH := 0
1414

1515
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
1616

0 commit comments

Comments
 (0)