diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-08 07:47:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-08 07:47:57 +0800 |
commit | 78f765828dffd924d82a24915c4a758ad8c8b39c (patch) | |
tree | 9fded330e9d9c5bb7a5d007e8322bb0a7d4ca127 /configure.ac | |
parent | 48cbe4e73febce12b9673fbd34eb712de5329f1e (diff) | |
download | gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.gz gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.tar.zst gsoc2013-epiphany-78f765828dffd924d82a24915c4a758ad8c8b39c.zip |
=== Release 1.5.6 ===Release156
2005-02-08 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.5.6 ===
* Makefile.am:
* configure.ac:
* doc/reference/tmpl/ephy-embed.sgml:
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 13ffe572a..564e00fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.5.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.5.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -51,8 +51,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBGNOMEVFS_REQUIRED=2.3.1 LIBGLADE_REQUIRED=2.3.1 LIBGNOMEUI_REQUIRED=2.6.0 -dnl rev this to 2.9.4 when released -GNOME_ICON_THEME_REQUIRED=2.9.3 +GNOME_ICON_THEME_REQUIRED=2.9.90 AC_ENABLE_SHARED([yes]) AC_ENABLE_STATIC([no]) |