Title: [166771] tags/Safari-538.27.1/Source
- Revision
- 166771
- Author
- [email protected]
- Date
- 2014-04-04 00:10:05 -0700 (Fri, 04 Apr 2014)
Log Message
Versioning.
Modified Paths
Diff
Modified: tags/Safari-538.27.1/Source/_javascript_Core/Configurations/Version.xcconfig (166770 => 166771)
--- tags/Safari-538.27.1/Source/_javascript_Core/Configurations/Version.xcconfig 2014-04-04 07:07:39 UTC (rev 166770)
+++ tags/Safari-538.27.1/Source/_javascript_Core/Configurations/Version.xcconfig 2014-04-04 07:10:05 UTC (rev 166771)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 538;
MINOR_VERSION = 27;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-538.27.1/Source/WebCore/Configurations/Version.xcconfig (166770 => 166771)
--- tags/Safari-538.27.1/Source/WebCore/Configurations/Version.xcconfig 2014-04-04 07:07:39 UTC (rev 166770)
+++ tags/Safari-538.27.1/Source/WebCore/Configurations/Version.xcconfig 2014-04-04 07:10:05 UTC (rev 166771)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 538;
MINOR_VERSION = 27;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-538.27.1/Source/WebInspectorUI/Configurations/Version.xcconfig (166770 => 166771)
--- tags/Safari-538.27.1/Source/WebInspectorUI/Configurations/Version.xcconfig 2014-04-04 07:07:39 UTC (rev 166770)
+++ tags/Safari-538.27.1/Source/WebInspectorUI/Configurations/Version.xcconfig 2014-04-04 07:10:05 UTC (rev 166771)
@@ -1,7 +1,7 @@
MAJOR_VERSION = 538;
MINOR_VERSION = 27;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
// The system version prefix is based on the current system version.
SYSTEM_VERSION_PREFIX = $(SYSTEM_VERSION_PREFIX_$(PLATFORM_NAME));
Modified: tags/Safari-538.27.1/Source/WebKit/mac/Configurations/Version.xcconfig (166770 => 166771)
--- tags/Safari-538.27.1/Source/WebKit/mac/Configurations/Version.xcconfig 2014-04-04 07:07:39 UTC (rev 166770)
+++ tags/Safari-538.27.1/Source/WebKit/mac/Configurations/Version.xcconfig 2014-04-04 07:10:05 UTC (rev 166771)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 538;
MINOR_VERSION = 27;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
Modified: tags/Safari-538.27.1/Source/WebKit2/Configurations/Version.xcconfig (166770 => 166771)
--- tags/Safari-538.27.1/Source/WebKit2/Configurations/Version.xcconfig 2014-04-04 07:07:39 UTC (rev 166770)
+++ tags/Safari-538.27.1/Source/WebKit2/Configurations/Version.xcconfig 2014-04-04 07:10:05 UTC (rev 166771)
@@ -23,8 +23,8 @@
MAJOR_VERSION = 538;
MINOR_VERSION = 27;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes