Skip to content

Commit

Permalink
increased version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Jan 12, 2018
1 parent b97b7ef commit 529c9dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/mac/ttmp32gme.app/Contents/Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>ttmp32gme</string>
<key>CFBundleGetInfoString</key>
<string>ttmp32gme 0.2.1 Copyright 2017 thawn</string>
<string>ttmp32gme 0.2.2 Copyright 2017 thawn</string>
<key>CFBundleIconFile</key>
<string>appIcon.icns</string>
<key>CFBundleIdentifier</key>
Expand All @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSEnvironment</key>
Expand All @@ -35,7 +35,7 @@
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>ttmp32gme 0.2.1 Copyright 2017 ttmp32gme</string>
<string>ttmp32gme 0.2.2 Copyright 2017 ttmp32gme</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
@@ -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.";
2 changes: 1 addition & 1 deletion src/ttmp32gme.pl
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/update_version.pl
Expand Up @@ -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
Expand Down

0 comments on commit 529c9dd

Please sign in to comment.