From 324c5582f04d41318fe928df50f54d585c9fe280 Mon Sep 17 00:00:00 2001 From: Till Korten Date: Sun, 10 Apr 2022 13:00:45 +0100 Subject: [PATCH] updated version string --- build/mac/ttmp32gme.app/Contents/Info.plist | 2 +- src/ttmp32gme.pl | 2 +- src/update_version.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]