Title: [159294] trunk

Diff

Modified: trunk/Source/_javascript_Core/Configurations/Version.xcconfig (159293 => 159294)


--- trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Source/_javascript_Core/Configurations/Version.xcconfig	2013-11-14 18:51:45 UTC (rev 159294)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 538;
-MINOR_VERSION = 6;
+MINOR_VERSION = 7;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 

Modified: trunk/Source/WebCore/Configurations/Version.xcconfig (159293 => 159294)


--- trunk/Source/WebCore/Configurations/Version.xcconfig	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Source/WebCore/Configurations/Version.xcconfig	2013-11-14 18:51:45 UTC (rev 159294)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 538;
-MINOR_VERSION = 6;
+MINOR_VERSION = 7;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 

Modified: trunk/Source/WebInspectorUI/Configurations/Version.xcconfig (159293 => 159294)


--- trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Source/WebInspectorUI/Configurations/Version.xcconfig	2013-11-14 18:51:45 UTC (rev 159294)
@@ -1,5 +1,5 @@
 MAJOR_VERSION = 538;
-MINOR_VERSION = 6;
+MINOR_VERSION = 7;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 

Modified: trunk/Source/WebKit/mac/Configurations/Version.xcconfig (159293 => 159294)


--- trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Source/WebKit/mac/Configurations/Version.xcconfig	2013-11-14 18:51:45 UTC (rev 159294)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 538;
-MINOR_VERSION = 6;
+MINOR_VERSION = 7;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 

Modified: trunk/Source/WebKit2/Configurations/Version.xcconfig (159293 => 159294)


--- trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Source/WebKit2/Configurations/Version.xcconfig	2013-11-14 18:51:45 UTC (rev 159294)
@@ -22,7 +22,7 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
 MAJOR_VERSION = 538;
-MINOR_VERSION = 6;
+MINOR_VERSION = 7;
 TINY_VERSION = 0;
 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (159293 => 159294)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2013-11-14 18:49:29 UTC (rev 159293)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2013-11-14 18:51:45 UTC (rev 159294)
@@ -1645,6 +1645,11 @@
             "[email protected]"
          ]
       },
+      "Matthew Hanson" : {
+         "emails" : [
+            "[email protected]"
+         ]
+      },
       "Max Vujovic" : {
          "emails" : [
             "[email protected]",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to