Diff
Modified: branches/safari-608.1.27.20-branch/Source/_javascript_Core/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
Modified: branches/safari-608.1.27.20-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
Modified: branches/safari-608.1.27.20-branch/Source/WebCore/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/WebCore/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/WebCore/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
Modified: branches/safari-608.1.27.20-branch/Source/WebCore/PAL/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
Modified: branches/safari-608.1.27.20-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -2,7 +2,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The system version prefix is based on the current system version.
Modified: branches/safari-608.1.27.20-branch/Source/WebKit/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/WebKit/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/WebKit/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.
Modified: branches/safari-608.1.27.20-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig (246336 => 246337)
--- branches/safari-608.1.27.20-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2019-06-11 22:31:00 UTC (rev 246336)
+++ branches/safari-608.1.27.20-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2019-06-11 22:39:36 UTC (rev 246337)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 27;
MICRO_VERSION = 20;
-NANO_VERSION = 2;
+NANO_VERSION = 3;
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION);
// The bundle version and short version string are set based on the current build configuration, see below.