diff --git a/Makefile b/Makefile index 23911cd..45ac4b4 100644 --- a/Makefile +++ b/Makefile @@ -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)