Title: [96325] trunk
Revision
96325
Author
[email protected]
Date
2011-09-29 06:59:23 -0700 (Thu, 29 Sep 2011)

Log Message

[GTK] Bump version to 1.7.0
https://bugs.webkit.org/show_bug.cgi?id=69082

Reviewed by Martin Robinson.

Apart from bumping the library version to 1.7.0 this patch also
sets the libtool version to the same one we have for the stable
branch.

* configure.ac:

Modified Paths

Diff

Modified: trunk/ChangeLog (96324 => 96325)


--- trunk/ChangeLog	2011-09-29 13:53:53 UTC (rev 96324)
+++ trunk/ChangeLog	2011-09-29 13:59:23 UTC (rev 96325)
@@ -1,3 +1,16 @@
+2011-09-29  Sergio Villar Senin  <[email protected]>
+
+        [GTK] Bump version to 1.7.0
+        https://bugs.webkit.org/show_bug.cgi?id=69082
+
+        Reviewed by Martin Robinson.
+
+        Apart from bumping the library version to 1.7.0 this patch also
+        sets the libtool version to the same one we have for the stable
+        branch.
+
+        * configure.ac:
+
 2011-09-28  Martin Robinson  <[email protected]>
 
         Fix the WebKit2 WebGL build.

Modified: trunk/configure.ac (96324 => 96325)


--- trunk/configure.ac	2011-09-29 13:53:53 UTC (rev 96324)
+++ trunk/configure.ac	2011-09-29 13:59:23 UTC (rev 96325)
@@ -1,8 +1,8 @@
 AC_PREREQ(2.59)
 
 m4_define([webkit_major_version], [1])
-m4_define([webkit_minor_version], [5])
-m4_define([webkit_micro_version], [90])
+m4_define([webkit_minor_version], [7])
+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) ...
@@ -35,7 +35,7 @@
 
 dnl # Libtool library version, not to confuse with API version
 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-LIBWEBKITGTK_VERSION=9:1:9
+LIBWEBKITGTK_VERSION=11:0:11
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to