diff options
author | Neil <nyamatongwe@gmail.com> | 2016-11-30 08:07:16 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-11-30 08:07:16 +1100 |
commit | cf11dc2e96a214fe30395221480c5ece3c638c70 (patch) | |
tree | 109a79de28dc42d76697033921165bf697060ce9 /cocoa | |
parent | 731f312f9d39c85087188b39c69c5cf654edfb13 (diff) | |
download | scintilla-mirror-cf11dc2e96a214fe30395221480c5ece3c638c70.tar.gz |
Updates for 3.7.1.
Diffstat (limited to 'cocoa')
-rw-r--r-- | cocoa/ScintillaFramework/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist index 1d315e86e..cbe174de6 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>3.7.0</string> + <string>3.7.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>3.7.0</string> + <string>3.7.1</string> <key>NSPrincipalClass</key> <string></string> </dict> |