Title: [171243] tags/Safari-538.46.41/Source

Diff

Modified: tags/Safari-538.46.41/Source/_javascript_Core/Configurations/Version.xcconfig (171242 => 171243)


--- tags/Safari-538.46.41/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-18 20:58:56 UTC (rev 171242)
+++ tags/Safari-538.46.41/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-18 21:26:11 UTC (rev 171243)
@@ -26,7 +26,7 @@
 TINY_VERSION = 41;
 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.41/Source/WebCore/Configurations/Version.xcconfig (171242 => 171243)


--- tags/Safari-538.46.41/Source/WebCore/Configurations/Version.xcconfig	2014-07-18 20:58:56 UTC (rev 171242)
+++ tags/Safari-538.46.41/Source/WebCore/Configurations/Version.xcconfig	2014-07-18 21:26:11 UTC (rev 171243)
@@ -26,7 +26,7 @@
 TINY_VERSION = 41;
 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.41/Source/WebInspectorUI/Configurations/Version.xcconfig (171242 => 171243)


--- tags/Safari-538.46.41/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-18 20:58:56 UTC (rev 171242)
+++ tags/Safari-538.46.41/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-18 21:26:11 UTC (rev 171243)
@@ -3,7 +3,7 @@
 TINY_VERSION = 41;
 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.41/Source/WebKit/mac/Configurations/Version.xcconfig (171242 => 171243)


--- tags/Safari-538.46.41/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-18 20:58:56 UTC (rev 171242)
+++ tags/Safari-538.46.41/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-18 21:26:11 UTC (rev 171243)
@@ -26,7 +26,7 @@
 TINY_VERSION = 41;
 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.41/Source/WebKit2/Configurations/Version.xcconfig (171242 => 171243)


--- tags/Safari-538.46.41/Source/WebKit2/Configurations/Version.xcconfig	2014-07-18 20:58:56 UTC (rev 171242)
+++ tags/Safari-538.46.41/Source/WebKit2/Configurations/Version.xcconfig	2014-07-18 21:26:11 UTC (rev 171243)
@@ -26,7 +26,7 @@
 TINY_VERSION = 41;
 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