Title: [170444] trunk/Source

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (170443 => 170444)


--- trunk/Source/_javascript_Core/ChangeLog	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,3 +1,11 @@
+2014-06-25  Dana Burkart  <dburk...@apple.com>
+
+        Add support for 5-tuple versioning.
+
+        Reviewed by David Farler.
+
+        * Configurations/Version.xcconfig:
+
 2014-06-25  Geoffrey Garen  <gga...@apple.com>
 
         Build fix.

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (170443 => 170444)


--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2014-06-25 22:58:01 UTC (rev 170444)
@@ -24,6 +24,8 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 43;
 TINY_VERSION = 0;
+MICRO_VERSION = 0;
+NANO_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.

Modified: trunk/Source/WebCore/ChangeLog (170443 => 170444)


--- trunk/Source/WebCore/ChangeLog	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebCore/ChangeLog	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,3 +1,11 @@
+2014-06-25  Dana Burkart  <dburk...@apple.com>
+
+        Add support for 5-tuple versioning.
+
+        Reviewed by David Farler.
+
+        * Configurations/Version.xcconfig:
+
 2014-06-25  Jer Noble  <jer.no...@apple.com>
 
         [MSE][Mac] REGRESSION(r170336) - zero tolerance seeks are ignored.

Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (170443 => 170444)


--- trunk/Source/WebCore/Configurations/Version.xcconfig	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2014-06-25 22:58:01 UTC (rev 170444)
@@ -24,6 +24,8 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 43;
 TINY_VERSION = 0;
+MICRO_VERSION = 0;
+NANO_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.

Modified: trunk/Source/WebInspectorUI/ChangeLog (170443 => 170444)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,3 +1,11 @@
+2014-06-25  Dana Burkart  <dburk...@apple.com>
+
+        Add support for 5-tuple versioning.
+
+        Reviewed by David Farler.
+
+        * Configurations/Version.xcconfig:
+
 2014-06-24  Jono Wells  <jonowe...@apple.com>
 
         Web Inspector: clicking "Show All Nodes" button throws TypeError

Modified: trunk/Source/WebInspectorUI/Configurations/Version.xcconfig (170443 => 170444)


--- trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,6 +1,8 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 43;
 TINY_VERSION = 0;
+MICRO_VERSION = 0;
+NANO_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 
 // The system version prefix is based on the current system version.

Modified: trunk/Source/WebKit/mac/ChangeLog (170443 => 170444)


--- trunk/Source/WebKit/mac/ChangeLog	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,3 +1,11 @@
+2014-06-25  Dana Burkart  <dburk...@apple.com>
+
+        Add support for 5-tuple versioning.
+
+        Reviewed by David Farler.
+
+        * Configurations/Version.xcconfig:
+
 2014-06-25  Laszlo Gombos  <l.gom...@samsung.com>
 
         Remove build guard for progress element

Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (170443 => 170444)


--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2014-06-25 22:58:01 UTC (rev 170444)
@@ -24,6 +24,8 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 43;
 TINY_VERSION = 0;
+MICRO_VERSION = 0;
+NANO_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.

Modified: trunk/Source/WebKit2/ChangeLog (170443 => 170444)


--- trunk/Source/WebKit2/ChangeLog	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebKit2/ChangeLog	2014-06-25 22:58:01 UTC (rev 170444)
@@ -1,3 +1,11 @@
+2014-06-25  Dana Burkart  <dburk...@apple.com>
+
+        Add support for 5-tuple versioning.
+
+        Reviewed by David Farler.
+
+        * Configurations/Version.xcconfig:
+
 2014-06-25  Dan Bernstein  <m...@apple.com>
 
         <rdar://problem/17448049> REGRESSION (r170254): Input methods don’t work

Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (170443 => 170444)


--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-06-25 22:45:20 UTC (rev 170443)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2014-06-25 22:58:01 UTC (rev 170444)
@@ -24,6 +24,8 @@
 MAJOR_VERSION = 538;
 MINOR_VERSION = 43;
 TINY_VERSION = 0;
+MICRO_VERSION = 0;
+NANO_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 
 // The bundle version and short version string are set based on the current build configuration, see below.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to