From 00d2612a237a085ac042fcb41a52002dc1d16796 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 2 Jun 2004 21:14:24 +0000 Subject: bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource 2004-06-02 Chris Toshok * configure.in (EDS_REQUIRED): bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource absolute_uri stuff. svn path=/trunk/; revision=26161 --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b709999f5c..8619f14c0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-02 Chris Toshok + + * configure.in (EDS_REQUIRED): bump to 0.0.93.1. + (BASE_VERSION): change to 12 for the ESource absolute_uri stuff. + 2004-06-01 Not Zed * configure.in: check for statvfs. diff --git a/configure.in b/configure.in index 5b99397127..e36a1ae75d 100644 --- a/configure.in +++ b/configure.in @@ -1011,7 +1011,7 @@ dnl --- Required version numbers GAL_REQUIRED=2.1.9 GTKHTML_REQUIRED=3.1.14 -EDS_REQUIRED=0.0.93 +EDS_REQUIRED=0.0.93.1 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) @@ -1151,7 +1151,7 @@ BASE_VERSION=`echo $VERSION | awk -F. '{print $1 "." $2;}'` AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) -UPGRADE_REVISION=11 +UPGRADE_REVISION=12 AC_SUBST(UPGRADE_REVISION) AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release]) -- cgit