Skip to content

Commit 9d6953e

Browse files
committed
update version number from 1.5.10 -> 1.6.0
1 parent 2be77ab commit 9d6953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z64rom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/*============================================================================*/
99

10-
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.10";
10+
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.6.0";
1111
char gProjectConfig[32] = "z64project.toml";
1212
StateZ g64 = {
1313
.buildID = ROM_DEV,

0 commit comments

Comments
 (0)