Title: [171022] tags/Safari-538.46.1/Source

Diff

Modified: tags/Safari-538.46.1/Source/_javascript_Core/Configurations/Version.xcconfig (171021 => 171022)


--- tags/Safari-538.46.1/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-12 18:07:59 UTC (rev 171021)
+++ tags/Safari-538.46.1/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-12 18:13:57 UTC (rev 171022)
@@ -23,10 +23,10 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 46;
-TINY_VERSION = 0;
+TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.46.1/Source/WebCore/Configurations/Version.xcconfig (171021 => 171022)


--- tags/Safari-538.46.1/Source/WebCore/Configurations/Version.xcconfig	2014-07-12 18:07:59 UTC (rev 171021)
+++ tags/Safari-538.46.1/Source/WebCore/Configurations/Version.xcconfig	2014-07-12 18:13:57 UTC (rev 171022)
@@ -23,10 +23,10 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 46;
-TINY_VERSION = 0;
+TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.46.1/Source/WebInspectorUI/Configurations/Version.xcconfig (171021 => 171022)


--- tags/Safari-538.46.1/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-12 18:07:59 UTC (rev 171021)
+++ tags/Safari-538.46.1/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-12 18:13:57 UTC (rev 171022)
@@ -1,9 +1,9 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 46;
-TINY_VERSION = 0;
+TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.46.1/Source/WebKit/mac/Configurations/Version.xcconfig (171021 => 171022)


--- tags/Safari-538.46.1/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-12 18:07:59 UTC (rev 171021)
+++ tags/Safari-538.46.1/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-12 18:13:57 UTC (rev 171022)
@@ -23,10 +23,10 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 46;
-TINY_VERSION = 0;
+TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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.46.1/Source/WebKit2/Configurations/Version.xcconfig (171021 => 171022)


--- tags/Safari-538.46.1/Source/WebKit2/Configurations/Version.xcconfig	2014-07-12 18:07:59 UTC (rev 171021)
+++ tags/Safari-538.46.1/Source/WebKit2/Configurations/Version.xcconfig	2014-07-12 18:13:57 UTC (rev 171022)
@@ -23,10 +23,10 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 46;
-TINY_VERSION = 0;
+TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+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

Reply via email to