Turn stable release bit on. Set version to 2.4.0. Update.
2005-08-28 Harish Krishnaswamy <kharish@novell.com> * configure.in : Turn stable release bit on. Set version to 2.4.0. * MAINTAINERS : Update. svn path=/trunk/; revision=30277
This commit is contained in:

committed by
Harish Krishnaswamy

parent
2c8626f3fc
commit
f1bdf77f36
@ -1,3 +1,9 @@
|
||||
2005-08-28 Harish Krishnaswamy <kharish@novell.com>
|
||||
|
||||
* configure.in : Turn stable release bit on. Set
|
||||
version to 2.4.0.
|
||||
* MAINTAINERS : Update.
|
||||
|
||||
2005-08-24 Sarfraaz Ahmed <asarfraaz@novell.com>
|
||||
|
||||
* configure.in : Enable building of exchange plugins by default.
|
||||
|
@ -10,6 +10,7 @@ Hans Petter Jansson <hpj@novell.com>
|
||||
Sushma Rai <rsushma@novell.com>
|
||||
|
||||
Calendar
|
||||
Chenthill P <pchenthill@novell.com>
|
||||
Harish Krishnaswamy <kharish@novell.com>
|
||||
Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.52)
|
||||
|
||||
AC_INIT(evolution, 2.3.8, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
|
||||
AC_INIT(evolution, 2.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||
|
||||
@ -45,7 +45,7 @@ dnl The controls whether things like the development warning in shell/main.c are
|
||||
dnl
|
||||
dnl This should be set to 0 for stable releases and 1 for unstable releases
|
||||
dnl *************************************************************************************************
|
||||
AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
|
||||
AC_DEFINE(DEVELOPMENT, 0, [If we are in development mode or not])
|
||||
AC_SUBST(DEVELOPMENT)
|
||||
|
||||
AC_ISC_POSIX
|
||||
|
Reference in New Issue
Block a user