From dd4f6b9b7b9909382acdda3521b274881da3e58e Mon Sep 17 00:00:00 2001 From: aHw Date: Mon, 15 Jul 2019 16:22:26 -0700 Subject: [PATCH] Update release version text --- MSD/MSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSD/MSD.cpp b/MSD/MSD.cpp index 8d79720..a4b68d1 100644 --- a/MSD/MSD.cpp +++ b/MSD/MSD.cpp @@ -16,7 +16,7 @@ #include #include "args.hxx" -args::ArgumentParser parser("Miles 10 Sound Dumper by Lyxica v1.0-beta3"); +args::ArgumentParser parser("Miles 10 Sound Dumper by Lyxica v1.0-beta4"); args::ValueFlag audioFolder(parser, "/audio/ship", "Folder containing Miles audio files (mprj, mbnk, mstr)", { "folder" }, { "./audio/ship" }); args::ValueFlag outputFolder(parser, "/miles_audio", "Folder to place the audio files in", { 'o', "out" }, { "./miles_audio" }); args::Flag listBankEvents(parser, "EVENTLIST", "List all event IDs and names contained in the Mile's bank", { 'l', "list" });