[evolution-jescs] Bump to 2.27.0 and remove the test to ChangeLog in autogen.sh.
- From: Jedy Jedy Wang <jedywang src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-jescs] Bump to 2.27.0 and remove the test to ChangeLog in autogen.sh.
- Date: Fri, 5 Jun 2009 04:47:04 -0400 (EDT)
commit 47e8c84f7290be066f754272901ef111a80274b3
Author: Jedy Wang <jedy wang sun com>
Date: Fri Jun 5 16:46:10 2009 +0800
Bump to 2.27.0 and remove the test to ChangeLog in autogen.sh.
---
autogen.sh | 1 -
configure.in | 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index e46e48b..c61ad73 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,6 @@ PKG_NAME="evolution-jescs"
REQUIRED_AUTOMAKE_VERSION=1.6
(test -f $srcdir/configure.in \
- && test -f $srcdir/ChangeLog \
&& test -d $srcdir/storage) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
diff --git a/configure.in b/configure.in
index 714f798..bf32031 100644
--- a/configure.in
+++ b/configure.in
@@ -1,21 +1,21 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution-jescs, 2.26.0, http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-jescs)
+AC_INIT(evolution-jescs, 2.27.0, http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-jescs)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
-EVOLUTION_BASE_VERSION=2.26
+EVOLUTION_BASE_VERSION=2.28
AC_DEFINE_UNQUOTED(EVOLUTION_BASE_VERSION,"$EVOLUTION_BASE_VERSION",Evolution base version)
DATASERVER_API_VERSION=1.2
AC_DEFINE_UNQUOTED(DATASERVER_API_VERSION,"$DATASERVER_API_VERSION",Evolution Dataserver API version)
AC_SUBST(DATASERVER_API_VERSION)
-DATASERVER_VERSION=2.26
+DATASERVER_VERSION=2.28
AC_SUBST(DATASERVER_VERSION)
SOUP_VERSION=2.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]