diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-03 05:07:30 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-03 05:07:30 +0800 |
commit | 1dd2867a79778abf8a91b4b5f9ffeb643f217862 (patch) | |
tree | e0734b7bdfa87d431ffd3aea82dfa31f5b47e5bb /configure.in | |
parent | 87b3974c99c4c98c3a545f15ce579b8ae438228c (diff) | |
download | gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar.gz gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar.bz2 gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar.lz gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar.xz gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.tar.zst gsoc2013-evolution-1dd2867a79778abf8a91b4b5f9ffeb643f217862.zip |
Released Evolution 0.1.
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* configure.in: Released Evolution 0.1.
svn path=/trunk/; revision=3406
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1cb3ddf8f7..381f08473c 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=0 +EVOLUTION_MICRO_VERSION=1 VERSION=$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION PACKAGE=evolution |