diff options
-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 9034fc24..d9c03935 100755 --- a/Scripts/build-version.pl +++ b/Scripts/build-version.pl @@ -33,7 +33,7 @@ # More info at <http://code.google.com/p/sequel-pro/> # Updates the application/bundle's Info.plist CFBundleVersion to match that of the current -# Subversion revision. +# git revision. use strict; use warnings; |