diff options
author | Jason Molenda <jmolenda@apple.com> | 2012-05-16 00:40:14 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2012-05-16 00:40:14 +0000 |
commit | 43e70807dac310be187e98b8d01f2f6bd5824b63 (patch) | |
tree | 4888711301a7005bf225e3f93c4e791f4112db8e /lldb/source/Host/macosx/launcherXPCService | |
parent | 7a9a72b42379fd33576d837060602cc095f3edc7 (diff) | |
download | bcm5719-llvm-43e70807dac310be187e98b8d01f2f6bd5824b63.tar.gz bcm5719-llvm-43e70807dac310be187e98b8d01f2f6bd5824b63.zip |
Bump version # to lldb-147.
llvm-svn: 156887
Diffstat (limited to 'lldb/source/Host/macosx/launcherXPCService')
-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 84e2422846c..38430b0517e 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>146</string> + <string>147</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 6eb05d280a4..8199c8c2781 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>146</string> + <string>147</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2012 Apple Inc. All rights reserved.</string> <key>XPCService</key> |