diff --git a/build/mac/ttmp32gme.app/Contents/Info.plist b/build/mac/ttmp32gme.app/Contents/Info.plist index d808dd2..fa4ab06 100644 --- a/build/mac/ttmp32gme.app/Contents/Info.plist +++ b/build/mac/ttmp32gme.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundleName ttmp32gme CFBundleShortVersionString - 1.0.0 + 1.0.1 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/src/ttmp32gme.pl b/src/ttmp32gme.pl index 25518c1..b0f6117 100755 --- a/src/ttmp32gme.pl +++ b/src/ttmp32gme.pl @@ -50,7 +50,7 @@ package main; my $configfile = ""; my $versionFlag; - my $version = Perl::Version->new("1.0.0"); + my $version = Perl::Version->new("1.0.1"); # Command line startup options # Usage: ttmp32gme(.exe) [-d|--debug=level] [-h|--host=host#] [-p|--port=port#] [-c|--configdir=dir] [-v|--version] diff --git a/src/update_version.pl b/src/update_version.pl index 1b65af4..9de739d 100644 --- a/src/update_version.pl +++ b/src/update_version.pl @@ -9,7 +9,7 @@ use DBI; use DBIx::MultiStatementDo; -my $version_str = "1.0.0"; +my $version_str = "1.0.1"; # Command line startup options # Usage: update_version [-v|--version]