diff options
author | rowanbeentje <rowan@beent.je> | 2013-01-29 23:06:52 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-01-29 23:06:52 +0000 |
commit | 80fdadaa9375d443ec37982a438c4251912cda77 (patch) | |
tree | 67881fd277be58ae627e11b8d955412de064e613 /Resources/English.lproj/InfoPlist.strings | |
parent | ce8f2ba8be4f20824f1db6bf3f45a890a92a108f (diff) | |
download | sequelpro-80fdadaa9375d443ec37982a438c4251912cda77.tar.gz sequelpro-80fdadaa9375d443ec37982a438c4251912cda77.tar.bz2 sequelpro-80fdadaa9375d443ec37982a438c4251912cda77.zip |
- Fix a bounds check causing the preferences upgrade routine to fail in edge cases, addressing Issue #1547
- Bump the version number to 1.0.1
Diffstat (limited to 'Resources/English.lproj/InfoPlist.strings')
-rw-r--r-- | Resources/English.lproj/InfoPlist.strings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings index a9d0ad4c..94c9ebec 100644 --- a/Resources/English.lproj/InfoPlist.strings +++ b/Resources/English.lproj/InfoPlist.strings @@ -1,4 +1,4 @@ /* Localized versions of Info.plist keys */ -CFBundleGetInfoString = "Sequel Pro version 1.0, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; +CFBundleGetInfoString = "Sequel Pro version 1.0.1, Copyright 2002-2013 Sequel Pro and CocoaMySQL team."; NSHumanReadableCopyright = "Copyright 2002-2013 Sequel Pro and CocoaMySQL team.";
\ No newline at end of file |