diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-28 21:14:47 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-28 21:14:47 +0800 |
commit | c1ced24c7457d8991bc2e44c7cc784fe1215947c (patch) | |
tree | 59427b00f369dbe6f139a0187bf0c710a99c1bd9 /configure.in | |
parent | cc8e17fdc6434920c709ecdc8aef54ed70f9c66e (diff) | |
download | gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar.gz gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar.bz2 gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar.lz gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar.xz gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.tar.zst gsoc2013-epiphany-c1ced24c7457d8991bc2e44c7cc784fe1215947c.zip |
Fallback using directories to detect format if the mime is not relevant.
2003-06-28 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.h:
Fallback using directories to detect format if the mime
is not relevant.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ea39b6982..054e8f391 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, 0.7.1, +AC_INIT(epiphany, 0.7.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) AM_CONFIG_HEADER(config.h) |