Title: [88133] releases/WebKitGTK/webkit-1.4
Revision
88133
Author
[email protected]
Date
2011-06-05 10:03:04 -0700 (Sun, 05 Jun 2011)

Log Message

2011-09-09  Martin Robinson  <[email protected]>

        Reviewed by Gustavo Noronha.

        Update the library and user-facing version in preparation
        for the 1.4.1 release.

        * configure.ac: Update the versions.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.4/ChangeLog (88132 => 88133)


--- releases/WebKitGTK/webkit-1.4/ChangeLog	2011-06-05 05:28:39 UTC (rev 88132)
+++ releases/WebKitGTK/webkit-1.4/ChangeLog	2011-06-05 17:03:04 UTC (rev 88133)
@@ -1,3 +1,12 @@
+2011-09-09  Martin Robinson  <[email protected]>
+
+        Reviewed by Gustavo Noronha.
+
+        Update the library and user-facing version in preparation
+        for the 1.4.1 release.
+
+        * configure.ac: Update the versions.
+
 2011-05-09  Xan Lopez  <[email protected]>
 
         Reviewed by Gustavo Noronha.

Modified: releases/WebKitGTK/webkit-1.4/configure.ac (88132 => 88133)


--- releases/WebKitGTK/webkit-1.4/configure.ac	2011-06-05 05:28:39 UTC (rev 88132)
+++ releases/WebKitGTK/webkit-1.4/configure.ac	2011-06-05 17:03:04 UTC (rev 88133)
@@ -2,7 +2,7 @@
 
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [4])
-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=7:0:7
+LIBWEBKITGTK_VERSION=7:1:7
 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