Diff
Modified: branches/safari-608.1.24.40-branch/Source/_javascript_Core/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/_javascript_Core/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/ThirdParty/libwebrtc/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/WebCore/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/WebCore/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/WebCore/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/WebCore/PAL/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/WebCore/PAL/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/WebInspectorUI/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/WebInspectorUI/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -2,7 +2,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/WebKit/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/WebKit/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/WebKit/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.24.40-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig (245608 => 245609)
--- branches/safari-608.1.24.40-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2019-05-22 01:01:46 UTC (rev 245608)
+++ branches/safari-608.1.24.40-branch/Source/WebKitLegacy/mac/Configurations/Version.xcconfig 2019-05-22 02:43:32 UTC (rev 245609)
@@ -25,7 +25,7 @@
MINOR_VERSION = 1;
TINY_VERSION = 24;
MICRO_VERSION = 40;
-NANO_VERSION = 1;
+NANO_VERSION = 2;
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.