summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index af69a69..576dd69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.61)
# CAVEAT: in the following two lines keep version numbers in sync!
AC_INIT(Rasdaman, 8.0.0, baumann@rasdaman.com)
RMANVERSION=8000
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([1.10])
# Save original CFLAGS, CPPFLAGS, CXXFLAGS values.
orig_CFLAGS="$CFLAGS"