Diff
Modified: branches/safari-613.1.16.31-branch/Source/_javascript_Core/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebCore/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebCore/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebCore/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebCore/PAL/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebGPU/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebGPU/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebGPU/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -1,8 +1,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebKit/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebKit/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebKit/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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-613.1.16.31-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig (289437 => 289438)
--- branches/safari-613.1.16.31-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2022-02-08 22:51:27 UTC (rev 289437)
+++ branches/safari-613.1.16.31-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2022-02-08 22:55:04 UTC (rev 289438)
@@ -24,8 +24,8 @@
MAJOR_VERSION = 613;
MINOR_VERSION = 1;
TINY_VERSION = 16;
-MICRO_VERSION = 1;
-NANO_VERSION = 3;
+MICRO_VERSION = 31;
+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.