Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thawn/ttmp32gme
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Apr 10, 2022
2 parents 365cab6 + 324c558 commit 9e3ba4d
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>1.0.0</string>
<string>1.0.1</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 @@ -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]
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 = "1.0.0";
my $version_str = "1.0.1";

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

0 comments on commit 9e3ba4d

Please sign in to comment.