diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-09-04 01:01:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-04 01:01:09 +0800 |
commit | d304095a06d270ec204cc125f5bb45e88c7e8cd7 (patch) | |
tree | f3caa3c94afd80c45717f37b5c78434b4877014c | |
parent | e099832cafac118e0c4edf224c0b2a816a69b80c (diff) | |
download | gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar.gz gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar.bz2 gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar.lz gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar.xz gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.tar.zst gsoc2013-epiphany-d304095a06d270ec204cc125f5bb45e88c7e8cd7.zip |
Update API version for 2.16.
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Update API version for 2.16.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 3 | ||||
-rw-r--r-- | m4/gecko.m4 | 4 |
4 files changed, 15 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2006-09-03 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: + + Update API version for 2.16. + 2006-08-24 Christian Persch <chpe@cvs.gnome.org> * 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). @: @: @: +@: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-search-key-press ##### --> 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 |