aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86f0fa81ec..c55c39e568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-09 Dan Winship <danw@ximian.com>
+
+ * configure.in (EVOLUTION_MICRO_VERSION): Hm... probably would be
+ clever to be calling this 0.9 rather than 0.8, since it's almost
+ 0.10.
+
2001-03-09 Christopher James Lahey <clahey@ximian.com>
* libversit/vcc.y: Changed int to char when returning a character
diff --git a/configure.in b/configure.in
index 02584edaff..5e2d719671 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
EVOLUTION_MAJOR_VERSION=0
EVOLUTION_MINOR_VERSION=0
-EVOLUTION_MICRO_VERSION=8
+EVOLUTION_MICRO_VERSION=9
VERSION=$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION
PACKAGE=evolution