diff --git a/build/mac/ttmp32gme.app/Contents/Info.plist b/build/mac/ttmp32gme.app/Contents/Info.plist index 8fc7841..83ea6ac 100644 --- a/build/mac/ttmp32gme.app/Contents/Info.plist +++ b/build/mac/ttmp32gme.app/Contents/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable ttmp32gme CFBundleGetInfoString - ttmp32gme 0.2.1 Copyright 2017 thawn + ttmp32gme 0.2.2 Copyright 2017 thawn CFBundleIconFile appIcon.icns CFBundleIdentifier @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.1 + 0.2.2 CFBundleSignature ???? LSEnvironment @@ -35,7 +35,7 @@ NSAppleScriptEnabled NSHumanReadableCopyright - ttmp32gme 0.2.1 Copyright 2017 ttmp32gme + ttmp32gme 0.2.2 Copyright 2017 ttmp32gme NSMainNibFile MainMenu NSPrincipalClass diff --git a/build/mac/ttmp32gme.app/Contents/Resources/English.lproj/InfoPlist.strings b/build/mac/ttmp32gme.app/Contents/Resources/English.lproj/InfoPlist.strings index 5c07bbe..62b936d 100644 --- a/build/mac/ttmp32gme.app/Contents/Resources/English.lproj/InfoPlist.strings +++ b/build/mac/ttmp32gme.app/Contents/Resources/English.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ CFBundleName = "ttmp32gme"; -CFBundleShortVersionString = "0.2.1"; -CFBundleGetInfoString = "ttmp32gme version 0.2.1 Copyright 2017 thawn"; +CFBundleShortVersionString = "0.2.2"; +CFBundleGetInfoString = "ttmp32gme version 0.2.2 Copyright 2017 thawn"; NSHumanReadableCopyright = "Copyright 2017 thawn."; diff --git a/src/ttmp32gme.pl b/src/ttmp32gme.pl index c7c9d3a..e836dda 100755 --- a/src/ttmp32gme.pl +++ b/src/ttmp32gme.pl @@ -48,7 +48,7 @@ package main; my $configfile = ""; my $versionFlag; - my $version = Perl::Version->new("0.2.1"); + my $version = Perl::Version->new("0.2.2"); # Command line startup options # Usage: ttmp32gme(.exe) [-d|--directory=dir] [-p|--port=port#] [-c|--configdir=dir] [-v|--version] diff --git a/src/update_version.pl b/src/update_version.pl index 735026a..d1c5fa8 100644 --- a/src/update_version.pl +++ b/src/update_version.pl @@ -9,7 +9,7 @@ use DBI; use DBIx::MultiStatementDo; -my $version_str = "0.2.1"; +my $version_str = "0.2.2"; # Command line startup options # Usage: update_version [-v|--version] GetOptions("version=s" => \$version_str); # Get the version number