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
This commit is contained in:
Rodney Dawes
2003-07-26 21:08:45 +00:00
committed by Rodney Dawes
parent f266a1be23
commit cc8c3d2a38
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)