diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-07-27 05:08:45 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-07-27 05:08:45 +0800 |
commit | cc8c3d2a38768e1184138534e81f4df568fba9fb (patch) | |
tree | 297f828d62265aa3608d3cd89d913d56275d9e39 /configure.in | |
parent | f266a1be238a3236602f0efb56bdaaf094636e09 (diff) | |
download | gsoc2013-evolution-cc8c3d2a38768e1184138534e81f4df568fba9fb.tar.gz 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
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 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) |