Title: [109226] trunk
Revision
109226
Author
[email protected]
Date
2012-02-29 09:55:03 -0800 (Wed, 29 Feb 2012)

Log Message

Unreviewed. Bump WebKitGTK+ version number.

* configure.ac: Bump version number to 1.9.0 now that we branched
for 1.8.

Modified Paths

Diff

Modified: trunk/ChangeLog (109225 => 109226)


--- trunk/ChangeLog	2012-02-29 17:51:29 UTC (rev 109225)
+++ trunk/ChangeLog	2012-02-29 17:55:03 UTC (rev 109226)
@@ -1,5 +1,12 @@
 2012-02-29  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Bump WebKitGTK+ version number.
+
+        * configure.ac: Bump version number to 1.9.0 now that we branched
+        for 1.8.
+
+2012-02-29  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Fix GTK+ build.
 
         * Source/autotools/symbols.filter: Add symbol.

Modified: trunk/configure.ac (109225 => 109226)


--- trunk/configure.ac	2012-02-29 17:51:29 UTC (rev 109225)
+++ trunk/configure.ac	2012-02-29 17:55:03 UTC (rev 109226)
@@ -1,8 +1,8 @@
 AC_PREREQ(2.59)
 
 m4_define([webkit_major_version], [1])
-m4_define([webkit_minor_version], [7])
-m4_define([webkit_micro_version], [5])
+m4_define([webkit_minor_version], [9])
+m4_define([webkit_micro_version], [0])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to