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/resources | |
parent | f53cdb9dcd34df2306f3ef9e7cd93860a737d25d (diff) | |
download | llvm-3874ee6869e47fe714d98d8771bc09970a1076e2.zip llvm-3874ee6869e47fe714d98d8771bc09970a1076e2.tar.gz llvm-3874ee6869e47fe714d98d8771bc09970a1076e2.tar.bz2 |
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/resources')
-rw-r--r-- | lldb/resources/LLDB-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/resources/LLDB-Info.plist b/lldb/resources/LLDB-Info.plist index 3f8e586..57e5a51 100644 --- a/lldb/resources/LLDB-Info.plist +++ b/lldb/resources/LLDB-Info.plist @@ -17,7 +17,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>340.99.0</string> + <string>350.99.0</string> <key>CFBundleName</key> <string>${EXECUTABLE_NAME}</string> </dict> |