diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-31 05:44:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-31 05:44:12 +0800 |
commit | 4ff1d39039d52938173b2f0b956351f07bd3f84a (patch) | |
tree | 586140371620892467a9832781936fb65ba0e66f | |
parent | 1e9dff62bd12ff0bf6f646e25d638ea713e9577a (diff) | |
download | gsoc2013-evolution-4ff1d39039d52938173b2f0b956351f07bd3f84a.tar.gz gsoc2013-evolution-4ff1d39039d52938173b2f0b956351f07bd3f84a.tar.zst gsoc2013-evolution-4ff1d39039d52938173b2f0b956351f07bd3f84a.zip |
Bump this to 10. (We forgot to do this before branching *again*...)
* configure.in (EVOLUTION_MICRO_VERSION): Bump this to 10. (We
forgot to do this before branching *again*...)
svn path=/trunk/; revision=9053
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-03-30 Dan Winship <danw@ximian.com> + + * configure.in (EVOLUTION_MICRO_VERSION): Bump this to 10. (We + forgot to do this before branching *again*...) + 2001-03-28 Dan Winship <danw@ximian.com> * README: add a bit mentioning that if configure claims you don't diff --git a/configure.in b/configure.in index ce970a16cf..c280824a28 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AM_CONFIG_HEADER(config.h) EVOLUTION_MAJOR_VERSION=0 EVOLUTION_MINOR_VERSION=0 -EVOLUTION_MICRO_VERSION=9 +EVOLUTION_MICRO_VERSION=10 VERSION=$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION PACKAGE=evolution |