aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-02 07:28:43 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-02 07:28:43 +0800
commit797efb77af574d71f523cc3324570db4f1f773c6 (patch)
tree4fa06510b5edf73f4eff9740a46cf031916ee24e
parent71bff5ef173daaf872a30d98fbdc0a7e4e667d33 (diff)
downloadgsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar.gz
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar.bz2
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar.lz
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar.xz
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.tar.zst
gsoc2013-evolution-797efb77af574d71f523cc3324570db4f1f773c6.zip
0.15.99.
* configure.in: 0.15.99. svn path=/trunk/; revision=13291
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4256658ed..101ae5a204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-10-01 Ettore Perazzoli <ettore@ximian.com>
+ * configure.in: 0.15.99.
+
+2001-10-01 Ettore Perazzoli <ettore@ximian.com>
+
* configure.in: 0.15. Require gal 0.13 and gtkhtml 0.14.
2001-10-01 Christopher James Lahey <clahey@ximian.com>
diff --git a/configure.in b/configure.in
index 1aeb1c48ed..073a701e14 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,8 @@ AM_CONFIG_HEADER(config.h)
EVOLUTION_MAJOR_VERSION=0
EVOLUTION_MINOR_VERSION=15
-EVOLUTION_MICRO_VERSION=0
-VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION
+EVOLUTION_MICRO_VERSION=99
+VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION
PACKAGE=evolution
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)