diff options
author | rowanbeentje <rowan@beent.je> | 2009-03-11 02:10:25 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-03-11 02:10:25 +0000 |
commit | e8d8d6cc38cc92b7201806ed42db50a4c4b324ea (patch) | |
tree | 9446cf7d2cc8feb724ff52dc7b6c1e8d594b3917 /Resources/Info.plist | |
parent | fdc31ea623c0c212e34bcf7d11c20b429e76ddf1 (diff) | |
download | sequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.tar.gz sequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.tar.bz2 sequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.zip |
- Increment trunk version number to 0.9.4
- Improves on r370 and r375 by preventing actions triggered by the save from triggering saves themselves
- Improves further on r370 and r375 by committing any current edits before saving
- Additional comments
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index ab10cc48..ce1a9673 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -42,13 +42,13 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.9.3</string> + <string>0.9.4</string> <key>CFBundleVersion</key> <string></string> <key>NSAppleScriptEnabled</key> <string>YES</string> <key>NSHumanReadableCopyright</key> - <string>0.9.3 (238)</string> + <string>0.9.4 (387)</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> |