diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-06 21:46:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-06 21:46:04 +0800 |
commit | 7959ae8df7774f0c6cf76171a112aa82d404c0b0 (patch) | |
tree | 4d509ab6bae7ab200a352c19e679d8a84eab9452 | |
parent | 3aad0c257ea9dc65f747fffcd54204fef2962467 (diff) | |
download | gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.gz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.bz2 gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.lz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.xz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.zst gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.zip |
Version 1.3.1.
2004-07-06 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Version 1.3.1.
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,17 @@ +2004-07-06 Christian Persch <chpe@cvs.gnome.org> + + * Makefile.am: + * data/Makefile.am: + + Add MAINTAINERS to EXTRA_DIST, and make gconf schema install + less noisy. + +2004-07-06 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Version 1.3.1. + 2004-07-05 Xan Lopez <xan@gnome.org> * embed/downloader-view.c: (downloader_view_add_download): diff --git a/configure.in b/configure.in index 683a8dc31..0725378a1 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.3.0.90, +AC_INIT(epiphany, 1.3.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) GNOME_COMMON_INIT @@ -51,7 +51,8 @@ PKG_CHECK_MODULES(EPIPHANY_DEPENDENCY, \ glib-2.0 >= $GLIB_REQUIRED \ gtk+-2.0 >= $GTK_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ - libgnomeui-2.0 libglade-2.0 \ + libgnomeui-2.0 \ + libglade-2.0 \ bonobo-activation-2.0 \ ORBit-2.0 \ libglade-2.0 >= $LIBGLADE_REQUIRED \ |