diff --git a/build/mac/ttmp32gme.app/Contents/Info.plist b/build/mac/ttmp32gme.app/Contents/Info.plist
index 934bac4..02f76b6 100644
--- a/build/mac/ttmp32gme.app/Contents/Info.plist
+++ b/build/mac/ttmp32gme.app/Contents/Info.plist
@@ -15,7 +15,7 @@
CFBundleName
ttmp32gme
CFBundleShortVersionString
- 0.3.3
+ 0.3.4
CFBundleVersion
1
LSMinimumSystemVersion
diff --git a/src/ttmp32gme.pl b/src/ttmp32gme.pl
index 4611a9a..af1508e 100755
--- a/src/ttmp32gme.pl
+++ b/src/ttmp32gme.pl
@@ -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]
diff --git a/src/update_version.pl b/src/update_version.pl
index f519a30..8d5fe20 100644
--- a/src/update_version.pl
+++ b/src/update_version.pl
@@ -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]