diff options
| author | Jason Molenda <jmolenda@apple.com> | 2015-08-04 03:14:49 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2015-08-04 03:14:49 +0000 |
| commit | 3874ee6869e47fe714d98d8771bc09970a1076e2 (patch) | |
| tree | cd54cb0c331f6ab6e6217e31c88df65c852ad6d7 /lldb/source | |
| parent | f53cdb9dcd34df2306f3ef9e7cd93860a737d25d (diff) | |
| download | bcm5719-llvm-3874ee6869e47fe714d98d8771bc09970a1076e2.tar.gz bcm5719-llvm-3874ee6869e47fe714d98d8771bc09970a1076e2.zip | |
Bump the version # in the xcode proj file from major number 340 to 350.
The SB API for major version 340 won't be changing any more.
llvm-svn: 243943
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist | 2 | ||||
| -rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist index 2035edbdc5e..59b8bfac8cf 100644 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist +++ b/lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist @@ -25,7 +25,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>340.99.0</string> + <string>350.99.0</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2012 Apple Inc. All rights reserved.</string> <key>XPCService</key> diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist index 3c8251679da..8ec625b8f61 100644 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist +++ b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist @@ -25,7 +25,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>340.99.0</string> + <string>350.99.0</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2012 Apple Inc. All rights reserved.</string> <key>XPCService</key> |

