Title: [167485] tags/Safari-538.30.1/Source

Diff

Modified: tags/Safari-538.30.1/Source/_javascript_Core/Configurations/Version.xcconfig (167484 => 167485)


--- tags/Safari-538.30.1/Source/_javascript_Core/Configurations/Version.xcconfig	2014-04-18 06:37:08 UTC (rev 167484)
+++ tags/Safari-538.30.1/Source/_javascript_Core/Configurations/Version.xcconfig	2014-04-18 06:40:27 UTC (rev 167485)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: tags/Safari-538.30.1/Source/WebCore/Configurations/Version.xcconfig (167484 => 167485)


--- tags/Safari-538.30.1/Source/WebCore/Configurations/Version.xcconfig	2014-04-18 06:37:08 UTC (rev 167484)
+++ tags/Safari-538.30.1/Source/WebCore/Configurations/Version.xcconfig	2014-04-18 06:40:27 UTC (rev 167485)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: tags/Safari-538.30.1/Source/WebInspectorUI/Configurations/Version.xcconfig (167484 => 167485)


--- tags/Safari-538.30.1/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-04-18 06:37:08 UTC (rev 167484)
+++ tags/Safari-538.30.1/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-04-18 06:40:27 UTC (rev 167485)
@@ -1,7 +1,7 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The system version prefix is based on the current system version.
 SYSTEM_VERSION_PREFIX = $(SYSTEM_VERSION_PREFIX_$(PLATFORM_NAME));

Modified: tags/Safari-538.30.1/Source/WebKit/mac/Configurations/Version.xcconfig (167484 => 167485)


--- tags/Safari-538.30.1/Source/WebKit/mac/Configurations/Version.xcconfig	2014-04-18 06:37:08 UTC (rev 167484)
+++ tags/Safari-538.30.1/Source/WebKit/mac/Configurations/Version.xcconfig	2014-04-18 06:40:27 UTC (rev 167485)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
 BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));

Modified: tags/Safari-538.30.1/Source/WebKit2/Configurations/Version.xcconfig (167484 => 167485)


--- tags/Safari-538.30.1/Source/WebKit2/Configurations/Version.xcconfig	2014-04-18 06:37:08 UTC (rev 167484)
+++ tags/Safari-538.30.1/Source/WebKit2/Configurations/Version.xcconfig	2014-04-18 06:40:27 UTC (rev 167485)
@@ -23,8 +23,8 @@
 
 MAJOR_VERSION = 538;
 MINOR_VERSION = 30;
-TINY_VERSION = 0;
-FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
+TINY_VERSION = 1;
+FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_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