diff options
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 69496e3269..7a67922107 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files dnl dnl This should always be the major/minor of the stable version or stable version to be dnl ************************************************************************************************* -BASE_VERSION=2.4 +BASE_VERSION=2.6 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) @@ -1518,7 +1518,6 @@ if echo ${plugins_enabled} | grep "exchange-operations" > /dev/null ; then fi fi - ################################################## # Check for gtk-doc. ################################################## |