diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-13 03:24:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-13 03:24:06 +0800 |
commit | 9a08c3c60b4e499cac2eee9991feeb36df3f53ce (patch) | |
tree | b357292ed0e296412607e75176e4149cab1d1fb6 /configure.ac | |
parent | f36b4524c784d4b413c4ef100f17f5977109ca94 (diff) | |
download | gsoc2013-epiphany-9a08c3c60b4e499cac2eee9991feeb36df3f53ce.tar.gz gsoc2013-epiphany-9a08c3c60b4e499cac2eee9991feeb36df3f53ce.tar.zst gsoc2013-epiphany-9a08c3c60b4e499cac2eee9991feeb36df3f53ce.zip |
=== Release 2.14.0 ===RELEASE_2_14_0GNOME_2_14_BRANCHPOINT
2006-03-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.14.0 ===
* NEWS:
* configure.ac:
Updated for 2.14.0.
* src/prefs-dialog.c: (prefs_dialog_show_help),
(font_prefs_dialog_response_cb):
Fix the documentation ID the Help button points to.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1263b29bf..8f1c7fb17 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],[1.9.99],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -25,8 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=1.9 -EPIPHANY_API_VERSION=1.10 +EPIPHANY_MAJOR=2.14 +EPIPHANY_API_VERSION=2.14 AC_SUBST([EPIPHANY_MAJOR]) AC_SUBST([EPIPHANY_API_VERSION]) |