aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-07-10 20:45:25 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-07-10 20:45:25 +0800
commit546d79a7a947af730495503329e1cdfc579ff29c (patch)
treefd8468afea4689597f2eec79c7271b9db5ac491f /configure.in
parentcd534174fa78742f4f16f385cfd8cb214928c27b (diff)
downloadgsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar.gz
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar.bz2
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar.lz
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar.xz
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.tar.zst
gsoc2013-evolution-546d79a7a947af730495503329e1cdfc579ff29c.zip
Change version to 1.4.99 since HEAD is not the stable 1.4 branch, as
2003-07-10 Rodney Dawes <dobey@ximian.com> * configure.in: Change version to 1.4.99 since HEAD is not the stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1 svn path=/trunk/; revision=21790
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c024cc3c5c..01eae81d73 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 1.4.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 1.4.99, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)