Skip to content

Commit

Permalink
updated version string
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Feb 14, 2021
1 parent 8a3c369 commit c5e5922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/mac/ttmp32gme.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleName</key>
<string>ttmp32gme</string>
<key>CFBundleShortVersionString</key>
<string>0.3.3</string>
<string>0.3.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/ttmp32gme.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ package main;
my $configfile = "";
my $versionFlag;

my $version = Perl::Version->new("0.3.3");
my $version = Perl::Version->new("0.3.4");

# Command line startup options
# Usage: ttmp32gme(.exe) [-d|--directory=dir] [-h|--host=host#] [-p|--port=port#] [-c|--configdir=dir] [-v|--version]
Expand Down
2 changes: 1 addition & 1 deletion src/update_version.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use DBI;
use DBIx::MultiStatementDo;

my $version_str = "0.3.3";
my $version_str = "0.3.4";

# Command line startup options
# Usage: update_version [-v|--version]
Expand Down

0 comments on commit c5e5922

Please sign in to comment.