diff options
author | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
commit | a0d2795cb9f2f2af41ce24e296869654c4b99287 (patch) | |
tree | 1daf686fa802069ce3b114b2bdc708545184515a /cocoa | |
parent | 0ec088ea2def1bae5c51b82d0683ebb0406da083 (diff) | |
download | scintilla-mirror-rel-3-10-0.tar.gz |
Updated for 3.10.0.rel-3-10-0
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 f88e0df48..c59ac9441 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.8.0</string> + <string>3.10.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>3.8.0</string> + <string>3.10.0</string> <key>NSPrincipalClass</key> <string></string> </dict> |