diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 00:45:53 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 00:45:53 +0000 |
commit | 754c69daa9fedfe5b731c7430b2490673d0eae5e (patch) | |
tree | 8b63ea687bc932d25b1f3ffb18682334de01bcc4 | |
parent | 709779307440a426d17f293a5a5e72fa8ffe4b3a (diff) | |
download | sequelpro-754c69daa9fedfe5b731c7430b2490673d0eae5e.tar.gz sequelpro-754c69daa9fedfe5b731c7430b2490673d0eae5e.tar.bz2 sequelpro-754c69daa9fedfe5b731c7430b2490673d0eae5e.zip |
Fix typo.
-rwxr-xr-x | Scripts/build-version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl index 0b2f4d7c..3497d98a 100755 --- a/Scripts/build-version.pl +++ b/Scripts/build-version.pl @@ -117,7 +117,7 @@ $info =~ s/([\t ]+<key>SPVersionShortHash<\/key>\n[\t ]+<string>).*?(<\/string>) _save_plist($info, $plist_path); -printf("CFBunderVersion set to $version\n"); +printf("CFBundleVersion set to $version\n"); printf("SPVersionLongHash set to $version_long_hash\n"); printf("SPVersionShortHash set to $version_short_hash\n"); |