[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-34-g43a6bb2

Gustavo Noronha Silva gustavo.noronha at collabora.co.uk
Wed Oct 7 06:26:44 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 8ff423f67334cee4aa06b62dd6c5107eb705f335
Author: Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
Date:   Tue Oct 6 09:33:10 2009 +0100

    Versioning - 1.1.15.2

diff --git a/configure.ac b/configure.ac
index 4969334..3999450 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.59)
 m4_define([webkit_major_version], [1])
 m4_define([webkit_minor_version], [1])
 m4_define([webkit_micro_version], [15])
-m4_define([webkit_patch_version], [1])
+m4_define([webkit_patch_version], [2])
 
 # This is the version we'll be using as part of our User-Agent string
 # e.g., AppleWebKit/$(webkit_user_agent_version) ...
@@ -36,7 +36,7 @@ AC_CONFIG_SRCDIR([WebCore/config.h])
 
 dnl # Libtool library version, not to confuse with API version
 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html#Libtool-versioning
-LIBWEBKITGTK_VERSION=13:1:11
+LIBWEBKITGTK_VERSION=13:2:11
 AC_SUBST([LIBWEBKITGTK_VERSION])
 
 AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list