Skip to content

Commit c22c354

Browse files
committed
Bump version for release
1 parent 9d51a94 commit c22c354

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.*/
12
*~
23
*.3dsx
34
*.elf

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITARM)/3ds_rules
1010

1111
export CITRO3D_MAJOR := 1
12-
export CITRO3D_MINOR := 4
12+
export CITRO3D_MINOR := 5
1313
export CITRO3D_PATCH := 0
1414

1515
VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH)

0 commit comments

Comments
 (0)