Title: [288642] branches/safari-609.4.1.1-branch/Source

Diff

Modified: branches/safari-609.4.1.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/ThirdParty/ANGLE/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/WebCore/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/WebCore/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/WebCore/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/WebCore/PAL/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/WebCore/PAL/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/WebCore/PAL/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/WebInspectorUI/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/WebInspectorUI/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -1,9 +1,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 SYSTEM_VERSION_PREFIX[sdk=iphone*] = 8;

Modified: branches/safari-609.4.1.1-branch/Source/WebKit/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/WebKit/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/WebKit/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: branches/safari-609.4.1.1-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig (288641 => 288642)


--- branches/safari-609.4.1.1-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig	2022-01-26 20:10:39 UTC (rev 288641)
+++ branches/safari-609.4.1.1-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig	2022-01-26 20:51:09 UTC (rev 288642)
@@ -24,9 +24,9 @@
 MAJOR_VERSION = 609;
 MINOR_VERSION = 4;
 TINY_VERSION = 1;
-MICRO_VERSION = 0;
-NANO_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
+MICRO_VERSION = 1;
+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.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to