From d304095a06d270ec204cc125f5bb45e88c7e8cd7 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 3 Sep 2006 17:01:09 +0000 Subject: Update API version for 2.16. 2006-09-03 Christian Persch * configure.ac: Update API version for 2.16. --- ChangeLog | 6 ++++++ configure.ac | 8 ++++---- doc/reference/tmpl/ephy-embed.sgml | 3 +++ m4/gecko.m4 | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35fee96c1..89729e30f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-03 Christian Persch + + * configure.ac: + + Update API version for 2.16. + 2006-08-24 Christian Persch * data/mime-types-permissions.xml: diff --git a/configure.ac b/configure.ac index e7ab03d05..d06932ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[2.15.99],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -25,11 +25,11 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=2.15 -EPIPHANY_API_VERSION=2.15 +EPIPHANY_MAJOR=2.16 +EPIPHANY_API_VERSION=2.16 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.14 +EPIPHANY_UA_VERSION=2.16 AC_SUBST([EPIPHANY_MAJOR]) AC_SUBST([EPIPHANY_API_VERSION]) diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index dcf036f67..859a652b9 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -338,6 +338,9 @@ be done by casting). @: @: @: +@: +@: +@: @: diff --git a/m4/gecko.m4 b/m4/gecko.m4 index acb759fee..6fcf9202b 100644 --- a/m4/gecko.m4 +++ b/m4/gecko.m4 @@ -1,5 +1,5 @@ -# Copyright (C) 2000-2004 Marco Pesenti Gritti -# Copyright (C) 2003, 2004, 2005, 2006 Christian Persch +# Copyright © 2000-2004 Marco Pesenti Gritti +# Copyright © 2003, 2004, 2005, 2006 Christian Persch # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the -- cgit v1.2.3