Skip to content

Commit

Permalink
fix z64convert
Browse files Browse the repository at this point in the history
  • Loading branch information
rankaisija committed Aug 10, 2023
1 parent bbadfcc commit 1d26fa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions project/tools/info.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
new = [ "z64rom.exe", "tools/lang_en.toml", "tools/novl.exe", "tools/seqas.exe", "tools/z64upgrade.exe" ]
rem = [ ]

[1.5.10]
new = [ "z64rom.exe", "tools/lang_en.toml", "tools/novl.exe", "tools/seqas.exe", "tools/z64convert.exe", "tools/z64upgrade.exe" ]
rem = [ ]

2 changes: 1 addition & 1 deletion src/z64rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/*============================================================================*/

const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.9";
const char* gToolName = PRNT_CYAN "z64rom " PRNT_GRAY "1.5.10";
char gProjectConfig[32] = "z64project.toml";
StateZ g64 = {
.buildID = ROM_DEV,
Expand Down
2 changes: 1 addition & 1 deletion tools/z64convert

0 comments on commit 1d26fa7

Please sign in to comment.