aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-16 20:00:14 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-16 20:00:14 +0800
commit568ddde148e46278c127d998b1f7b266374dbde1 (patch)
treed312d392dc6e77ee8e5f52007f6b7a4cdfe13de1 /configure.in
parent8d5abd32d48dc5b27b2407d15024af54aceb8b85 (diff)
downloadgsoc2013-epiphany-Release128.tar
gsoc2013-epiphany-Release128.tar.gz
gsoc2013-epiphany-Release128.tar.bz2
gsoc2013-epiphany-Release128.tar.lz
gsoc2013-epiphany-Release128.tar.xz
gsoc2013-epiphany-Release128.tar.zst
gsoc2013-epiphany-Release128.zip
=== Release 1.2.8 ===Release128
2004-08-16 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.in: === Release 1.2.8 ===
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8263a6fae..7bd5dea37 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.2.7.90],
+AC_INIT([epiphany], [1.2.8],
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
GNOME_COMMON_INIT
@@ -11,7 +11,7 @@ AC_SUBST(EPIPHANY_MAJOR)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(configure.in)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([dist-bzip2 check-news])
AM_MAINTAINER_MODE