aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6c142765fb..03cd6a4274 100644
--- a/configure.in
+++ b/configure.in
@@ -1001,7 +1001,7 @@ dnl --- Required version numbers
GAL_REQUIRED=2.1.8
GTKHTML_REQUIRED=3.1.12
-EDS_REQUIRED=0.0.92
+EDS_REQUIRED=0.0.92.1
BONOBOUI_REQUIRED=2.4.2
AC_SUBST(GAL_REQUIRED)
@@ -1141,7 +1141,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=8
+UPGRADE_REVISION=9
AC_SUBST(UPGRADE_REVISION)
AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release])