diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |