aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-12-07 07:43:11 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-12-07 07:43:11 +0000
commitf868bd2c604ee33bbfa0d3cc20963d98c7f78b3d (patch)
tree7ffbc90b3473461bf3c5c9e22318422135c2f5e8
parent62b26941c2b1aeb0cfa3c38a20fbcc06812c16ac (diff)
downloadsequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.tar.gz
sequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.tar.bz2
sequelpro-f868bd2c604ee33bbfa0d3cc20963d98c7f78b3d.zip
updated version number and copyright strings
-rw-r--r--English.lproj/InfoPlist.stringsbin464 -> 464 bytes
-rw-r--r--Info.plist26
2 files changed, 13 insertions, 13 deletions
diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings
index c4ed2c20..9a4a3751 100644
--- a/English.lproj/InfoPlist.strings
+++ b/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/Info.plist b/Info.plist
index a5d6592c..053e09e2 100644
--- a/Info.plist
+++ b/Info.plist
@@ -27,6 +27,10 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleHelpBookFolder</key>
+ <string>english_help</string>
+ <key>CFBundleHelpBookName</key>
+ <string>Sequel Pro Help</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@@ -37,18 +41,18 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.9.3</string>
<key>CFBundleVersion</key>
- <string>154</string>
+ <string>236</string>
+ <key>NSAppleScriptEnabled</key>
+ <string>YES</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>0.9.3 (236)</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
- <key>CFBundleHelpBookFolder</key>
- <string>english_help</string>
- <key>CFBundleHelpBookName</key>
- <string>Sequel Pro Help</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <key>SUFeedURL</key>
- <string>http://sequelpro.com/appcast/app-releases.xml</string>
<key>NSServices</key>
<array>
<dict>
@@ -72,11 +76,7 @@
</array>
</dict>
</array>
- <key>NSAppleScriptEnabled</key>
- <string>YES</string>
- <key>CFBundleShortVersionString</key>
- <string>0.9.2</string>
- <key>NSHumanReadableCopyright</key>
- <string>0.9.2 (154)</string>
+ <key>SUFeedURL</key>
+ <string>http://sequelpro.com/appcast/app-releases.xml</string>
</dict>
</plist>