Diff
Modified: branches/safari-609.1.20.4-branch/Source/_javascript_Core/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/WebCore/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/WebCore/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/WebCore/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/WebCore/PAL/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -1,8 +1,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/WebKit/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/WebKit/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/WebKit/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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-609.1.20.4-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig (257391 => 257392)
--- branches/safari-609.1.20.4-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2020-02-26 00:32:31 UTC (rev 257391)
+++ branches/safari-609.1.20.4-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2020-02-26 00:41:02 UTC (rev 257392)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 609;
MINOR_VERSION = 1;
TINY_VERSION = 20;
-MICRO_VERSION = 111;
-NANO_VERSION = 5;
+MICRO_VERSION = 4;
+NANO_VERSION = 1;
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.