Commit f69a3349 authored by xan@webkit.org's avatar xan@webkit.org

2009-04-28 Xan Lopez <xlopez@igalia.com>

        Unreviewed: bump versions in preparation for 1.1.6 release.

        * configure.ac:

git-svn-id: svn://svn.chromium.org/blink/trunk@42933 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1764bae9
2009-04-28 Xan Lopez <xlopez@igalia.com>
Unreviewed: bump versions in preparation for 1.1.6 release.
* configure.ac:
2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org> 2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Xan Lopez. Reviewed by Xan Lopez.
......
...@@ -2,7 +2,7 @@ AC_PREREQ(2.59) ...@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
m4_define([webkit_major_version], [1]) m4_define([webkit_major_version], [1])
m4_define([webkit_minor_version], [1]) m4_define([webkit_minor_version], [1])
m4_define([webkit_micro_version], [5]) m4_define([webkit_micro_version], [6])
AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/]) AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
...@@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([WebCore/config.h]) ...@@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([WebCore/config.h])
dnl # Libtool library version, not to confuse with API version 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 dnl # see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html#Libtool-versioning
LIBWEBKITGTK_VERSION=5:0:3 LIBWEBKITGTK_VERSION=6:0:4
AC_SUBST([LIBWEBKITGTK_VERSION]) AC_SUBST([LIBWEBKITGTK_VERSION])
AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar]) AM_INIT_AUTOMAKE([foreign subdir-objects tar-ustar])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment