diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-08 04:02:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-08 04:02:32 +0800 |
commit | 810da373110c52cdafe9738ba8777e09e75b6ce2 (patch) | |
tree | fda6d6052654103023958af3513b36e00e8e1ff6 /configure.ac | |
parent | 930f7e9074820af5068a38954c4dd5756ac8e671 (diff) | |
download | gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.gz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.zst gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.zip |
Version 1.7.0.
2005-03-07 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/Makefile.am:
* data/epiphany-1.6.pc.in:
* data/epiphany-1.8.pc.in:
* doc/reference/tmpl/ephy-embed.sgml:
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Version 1.7.0.
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 a315fca5b..b77a7761e 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.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.7.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -24,7 +24,7 @@ AC_PREREQ([2.59]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=1.6 +EPIPHANY_MAJOR=1.7 AC_SUBST([EPIPHANY_MAJOR]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) @@ -591,7 +591,7 @@ dnl ************ AC_CONFIG_FILES([ Makefile data/Makefile -data/epiphany-1.6.pc +data/epiphany-1.8.pc data/glade/Makefile data/art/Makefile data/ui/Makefile |