diff options
author | mitchell <unknown> | 2018-10-31 17:29:15 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-10-31 17:29:15 -0400 |
commit | da35ef98c511fa74a8e58f53b7c611ebe0e0ea8d (patch) | |
tree | 369e6f301de36700cfbf87b1521d45e320f92dc1 /cocoa | |
parent | 1981b51d42188a8bc96e1816d469cd5cce66310d (diff) | |
download | scintilla-mirror-da35ef98c511fa74a8e58f53b7c611ebe0e0ea8d.tar.gz |
Updated for 3.10.1.rel-3-10-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 c59ac9441..207c4d2a7 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.10.0</string> + <string>3.10.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>3.10.0</string> + <string>3.10.1</string> <key>NSPrincipalClass</key> <string></string> </dict> |