Skip to content

Commit 90907fb

Browse files
committed
uxnds 0.4.5
1 parent dd3918b commit 90907fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.3ds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INCLUDES := include source
4747
GRAPHICS := assets/3ds
4848
ROMFS := romfs/3ds
4949
GFXBUILD := $(ROMFS)
50-
APP_TITLE := uxnds v0.4.4
50+
APP_TITLE := uxnds v0.4.5
5151
ifeq ($(DEBUG),true)
5252
APP_DESCRIPTION := tiny virtual machine (debug)
5353
else

Makefile.blocksds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
NAME := uxnds
99

10-
GAME_TITLE := uxnds v0.4.4
10+
GAME_TITLE := uxnds v0.4.5
1111
GAME_SUBTITLE :=
12-
GAME_AUTHOR := 26/07/2023
12+
GAME_AUTHOR := 27/09/2023
1313
GAME_ICON := misc/uxn32.png
1414

1515
#NAME := donsol

0 commit comments

Comments
 (0)