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 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])