diff --git a/.gitignore b/.gitignore index b4d577a..7c842ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.*/ *~ *.3dsx *.elf diff --git a/Makefile b/Makefile index f45b001..ddae29b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITARM)/3ds_rules export CITRO3D_MAJOR := 1 -export CITRO3D_MINOR := 4 +export CITRO3D_MINOR := 5 export CITRO3D_PATCH := 0 VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)