diff options
author | Chris Toshok <toshok@ximian.com> | 2004-06-03 05:14:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-06-03 05:14:24 +0800 |
commit | 00d2612a237a085ac042fcb41a52002dc1d16796 (patch) | |
tree | 4ac50592fa2566040e98d64a410c9c9c671f9665 /configure.in | |
parent | 378701d1da6b8fcb2c4d917e015e6744adc34195 (diff) | |
download | gsoc2013-evolution-00d2612a237a085ac042fcb41a52002dc1d16796.tar.gz gsoc2013-evolution-00d2612a237a085ac042fcb41a52002dc1d16796.tar.zst gsoc2013-evolution-00d2612a237a085ac042fcb41a52002dc1d16796.zip |
bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESource
2004-06-02 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |