Title: [87742] trunk
Revision
87742
Author
[email protected]
Date
2011-05-31 11:14:24 -0700 (Tue, 31 May 2011)

Log Message

2011-05-31  Xan Lopez  <[email protected]>

        Reviewed by Martin Robinson.

        Bump version to 1.5.1.

        * configure.ac:

Modified Paths

Diff

Modified: trunk/ChangeLog (87741 => 87742)


--- trunk/ChangeLog	2011-05-31 18:10:12 UTC (rev 87741)
+++ trunk/ChangeLog	2011-05-31 18:14:24 UTC (rev 87742)
@@ -1,3 +1,11 @@
+2011-05-31  Xan Lopez  <[email protected]>
+
+        Reviewed by Martin Robinson.
+
+        Bump version to 1.5.1.
+
+        * configure.ac:
+
 2011-05-25  Gregg Tavares  <[email protected]>
 
         Reviewed by Kenneth Russell.

Modified: trunk/configure.ac (87741 => 87742)


--- trunk/configure.ac	2011-05-31 18:10:12 UTC (rev 87741)
+++ trunk/configure.ac	2011-05-31 18:14:24 UTC (rev 87742)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [5])
-m4_define([webkit_micro_version], [0])
+m4_define([webkit_micro_version], [1])
 
 # 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=6:0:6
+LIBWEBKITGTK_VERSION=8:0:8
 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