diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-06-05 17:41:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-06-05 17:41:42 +0800 |
commit | efcd0960fd775cb262f852f79edfcbbd75a33849 (patch) | |
tree | a6fb47e7495b94a97043cbf4888f6e5999ec8353 /configure.ac | |
parent | cbf7d80c5be648d7d7610c5f63d31e8e84995d5d (diff) | |
download | gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.gz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.bz2 gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.lz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.xz gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.tar.zst gsoc2013-epiphany-efcd0960fd775cb262f852f79edfcbbd75a33849.zip |
Version 1.7.1.Release171
2005-06-05 Christian Persch <chpe@cvs.gnome.org>
Version 1.7.1.
* Makefile.am:
Add --enable-python to distcheck configure flags.
* NEWS:
* configure.ac:
Updated for version 1.7.1.
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EventContext.cpp:
Fix warnings.
* src/ephy-extensions-manager.c: (get_loader_for_type),
(load_extension):
Fix --disable-python case.
* src/Makefile.am:
Fix make distcheck.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e53aa02ce..2a5f3cc52 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.7.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |