summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2018-01-05 16:09:10 (GMT)
committerhdftest <hdftest@hdfgroup.org>2018-01-05 16:09:10 (GMT)
commitbee148a99501e9aa582e93bfb880648a905f4301 (patch)
tree1064934cb67e4f6f021c012ee350a08dfc919266 /configure.ac
parentd01ad2a94ae5643090e9443dfb0ee69657d894c2 (diff)
downloadhdf5-bee148a99501e9aa582e93bfb880648a905f4301.zip
hdf5-bee148a99501e9aa582e93bfb880648a905f4301.tar.gz
hdf5-bee148a99501e9aa582e93bfb880648a905f4301.tar.bz2
Snapshot version 1.11 release 2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7a8ccbf..6bd650f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ([2.69])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.11.1], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.11.2], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])
@@ -48,7 +48,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # use silent rules where a
##
## By default, it is enabled. Users can configure with
## --disable-maintainer-mode to prevent running the autotools.
-AM_MAINTAINER_MODE([enable])
+AM_MAINTAINER_MODE([disable])
## ----------------------------------------------------------------------
## Set prefix default (install directory) to a directory in the build area.