Title: [171173] trunk/Source

Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (171172 => 171173)


--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-17 04:07:41 UTC (rev 171172)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-07-17 07:14:48 UTC (rev 171173)
@@ -26,7 +26,7 @@
 TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = 600.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: trunk/Source/WebCore/Configurations/Version.xcconfig (171172 => 171173)


--- trunk/Source/WebCore/Configurations/Version.xcconfig	2014-07-17 04:07:41 UTC (rev 171172)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2014-07-17 07:14:48 UTC (rev 171173)
@@ -26,7 +26,7 @@
 TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = 600.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: trunk/Source/WebInspectorUI/Configurations/Version.xcconfig (171172 => 171173)


--- trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-17 04:07:41 UTC (rev 171172)
+++ trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-07-17 07:14:48 UTC (rev 171173)
@@ -3,7 +3,7 @@
 TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = 600.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: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (171172 => 171173)


--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-17 04:07:41 UTC (rev 171172)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-07-17 07:14:48 UTC (rev 171173)
@@ -26,7 +26,7 @@
 TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = 600.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: trunk/Source/WebKit2/Configurations/Version.xcconfig (171172 => 171173)


--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-07-17 04:07:41 UTC (rev 171172)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-07-17 07:14:48 UTC (rev 171173)
@@ -26,7 +26,7 @@
 TINY_VERSION = 1;
 MICRO_VERSION = 0;
 NANO_VERSION = 0;
-FULL_VERSION = 600.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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to