aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-07-27 05:08:45 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-07-27 05:08:45 +0800
commitcc8c3d2a38768e1184138534e81f4df568fba9fb (patch)
tree297f828d62265aa3608d3cd89d913d56275d9e39
parentf266a1be238a3236602f0efb56bdaaf094636e09 (diff)
downloadgsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.gz
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.bz2
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.lz
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.xz
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.zst
gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.zip
Bump version to "1.5", so that we end up being parallel installable with
2003-07-26 Rodney Dawes <dobey@ximian.com> * configure.in: Bump version to "1.5", so that we end up being parallel installable with 1.4 again, but we can still release a "1.5.0" tarball when we get to that point in 6 months svn path=/trunk/; revision=21982
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21348fddb0..e7bd33f8ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-26 Rodney Dawes <dobey@ximian.com>
+
+ * configure.in: Bump version to "1.5", so that we end up being
+ parallel installable with 1.4 again, but we can still release
+ a "1.5.0" tarball when we get to that point in 6 months
+
2003-07-23 Dan Winship <danw@ximian.com>
* configure.in: Define EVO_MARSHAL_RULE, which creates glib
diff --git a/configure.in b/configure.in
index 393f45a9c4..951548e33e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 1.4.99, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 1.5, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)