diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-03 04:23:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-06-03 04:23:11 +0800 |
commit | c1b446360f033ebd02ec49966b44fb2a4210bf70 (patch) | |
tree | c9db377f68ada39033087a5b9541388c21712a8a /configure.in | |
parent | 6da0fcbfd6c08cbcfe53c5b0d4524046c9eaf03c (diff) | |
download | gsoc2013-evolution-c1b446360f033ebd02ec49966b44fb2a4210bf70.tar.gz gsoc2013-evolution-c1b446360f033ebd02ec49966b44fb2a4210bf70.tar.zst gsoc2013-evolution-c1b446360f033ebd02ec49966b44fb2a4210bf70.zip |
1.4.0!
svn path=/trunk/; revision=21374
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index e6a9f0bcb0..cdea7bc89f 100644 --- a/configure.in +++ b/configure.in @@ -1,14 +1,14 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 1.3.92, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.4.0, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -AC_DEFINE_UNQUOTED(VERSION_COMMENT, "(Preview Release)", [Define if you want a comment appended to the version number]) +AC_DEFINE_UNQUOTED(VERSION_COMMENT, "", [Define if you want a comment appended to the version number]) dnl Initialize maintainer mode AM_MAINTAINER_MODE @@ -1044,7 +1044,7 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=1.99.5 +GAL_REQUIRED=1.99.7 GTKHTML_REQUIRED=3.0.4 AC_SUBST(GAL_REQUIRED) |