Title: [91111] branches/safari-534.51-branch/Source

Diff

Modified: branches/safari-534.51-branch/Source/_javascript_Core/Configurations/Version.xcconfig (91110 => 91111)


--- branches/safari-534.51-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2011-07-15 21:17:04 UTC (rev 91110)
+++ branches/safari-534.51-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2011-07-15 21:17:23 UTC (rev 91111)
@@ -41,7 +41,7 @@
 BUNDLE_VERSION_ = $(BUNDLE_VERSION_Production);
 
 // The production build always uses the major version with a system version prefix
-SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
+SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION).$(MINOR_VERSION);
 SHORT_VERSION_STRING_ = $(SHORT_VERSION_STRING_Production);
 
 // Local builds are the full version with a plus suffix.

Modified: branches/safari-534.51-branch/Source/_javascript_Glue/Configurations/Version.xcconfig (91110 => 91111)


--- branches/safari-534.51-branch/Source/_javascript_Glue/Configurations/Version.xcconfig	2011-07-15 21:17:04 UTC (rev 91110)
+++ branches/safari-534.51-branch/Source/_javascript_Glue/Configurations/Version.xcconfig	2011-07-15 21:17:23 UTC (rev 91111)
@@ -41,7 +41,7 @@
 BUNDLE_VERSION_ = $(BUNDLE_VERSION_Production);
 
 // The production build always uses the major version with a system version prefix
-SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
+SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION).$(MINOR_VERSION);
 SHORT_VERSION_STRING_ = $(SHORT_VERSION_STRING_Production);
 
 // Local builds are the full version with a plus suffix.

Modified: branches/safari-534.51-branch/Source/WebCore/Configurations/Version.xcconfig (91110 => 91111)


--- branches/safari-534.51-branch/Source/WebCore/Configurations/Version.xcconfig	2011-07-15 21:17:04 UTC (rev 91110)
+++ branches/safari-534.51-branch/Source/WebCore/Configurations/Version.xcconfig	2011-07-15 21:17:23 UTC (rev 91111)
@@ -44,7 +44,7 @@
 BUNDLE_VERSION_ = $(BUNDLE_VERSION_Production);
 
 // The production build always uses the major version with a system version prefix
-SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
+SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION).$(MINOR_VERSION);
 SHORT_VERSION_STRING_ = $(SHORT_VERSION_STRING_Production);
 
 // Local builds are the full version with a plus suffix.

Modified: branches/safari-534.51-branch/Source/WebKit/mac/Configurations/Version.xcconfig (91110 => 91111)


--- branches/safari-534.51-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2011-07-15 21:17:04 UTC (rev 91110)
+++ branches/safari-534.51-branch/Source/WebKit/mac/Configurations/Version.xcconfig	2011-07-15 21:17:23 UTC (rev 91111)
@@ -44,7 +44,7 @@
 BUNDLE_VERSION_ = $(BUNDLE_VERSION_Production);
 
 // The production build always uses the major version with a system version prefix
-SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
+SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION).$(MINOR_VERSION);
 SHORT_VERSION_STRING_ = $(SHORT_VERSION_STRING_Production);
 
 // Local builds are the full version with a plus suffix.

Modified: branches/safari-534.51-branch/Source/WebKit2/Configurations/Version.xcconfig (91110 => 91111)


--- branches/safari-534.51-branch/Source/WebKit2/Configurations/Version.xcconfig	2011-07-15 21:17:04 UTC (rev 91110)
+++ branches/safari-534.51-branch/Source/WebKit2/Configurations/Version.xcconfig	2011-07-15 21:17:23 UTC (rev 91111)
@@ -41,7 +41,7 @@
 BUNDLE_VERSION_ = $(BUNDLE_VERSION_Production);
 
 // The production build always uses the major version with a system version prefix
-SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION);
+SHORT_VERSION_STRING_Production = $(SYSTEM_VERSION_PREFIX)$(MAJOR_VERSION).$(MINOR_VERSION);
 SHORT_VERSION_STRING_ = $(SHORT_VERSION_STRING_Production);
 
 // Local builds are the full version with a plus suffix.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to