Title: [91111] branches/safari-534.51-branch/Source
- Revision
- 91111
- Author
- [email protected]
- Date
- 2011-07-15 14:17:23 -0700 (Fri, 15 Jul 2011)
Log Message
Update Versioning.
Modified Paths
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