[Lldb-commits] [lldb] r138547 -	/lldb/tags/lldb-75/resources/LLDB-Info.plist
    Greg Clayton 
    gclayton at apple.com
       
    Wed Aug 24 20:48:57 PDT 2011
    
    
  
Author: gclayton
Date: Wed Aug 24 22:48:57 2011
New Revision: 138547
URL: http://llvm.org/viewvc/llvm-project?rev=138547&view=rev
Log:
Changed the CFBundleShortVersionString to contain the build number.
Modified:
    lldb/tags/lldb-75/resources/LLDB-Info.plist
Modified: lldb/tags/lldb-75/resources/LLDB-Info.plist
URL: http://llvm.org/viewvc/llvm-project/lldb/tags/lldb-75/resources/LLDB-Info.plist?rev=138547&r1=138546&r2=138547&view=diff
==============================================================================
--- lldb/tags/lldb-75/resources/LLDB-Info.plist (original)
+++ lldb/tags/lldb-75/resources/LLDB-Info.plist Wed Aug 24 22:48:57 2011
@@ -13,7 +13,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
+	<string>1.75</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
    
    
More information about the lldb-commits
mailing list