Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Jul 16, 2020
1 parent 890520f commit 36bb668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif
include $(DEVKITARM)/3ds_rules

export CITRO2D_MAJOR := 1
export CITRO2D_MINOR := 3
export CITRO2D_PATCH := 1
export CITRO2D_MINOR := 4
export CITRO2D_PATCH := 0

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

Expand Down

0 comments on commit 36bb668

Please sign in to comment.