aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35a3c18984..932ef07c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
+
2003-07-01 Dan Winship <danw@ximian.com>
* configure.in: Check for gnome-icon-lookup.h (which could mean
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)