summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2019-04-01 21:11:28 (GMT)
committerhdftest <hdftest@hdfgroup.org>2019-04-01 21:11:28 (GMT)
commit7a0ac416c9e42a650d99b77feefbb2dc2df9a155 (patch)
treed299cd3d1f1aa46c1949389dfb332fbeba65b0a9 /configure.ac
parentc8494e34d1885be7cffcefde0194ed09d5eba8c2 (diff)
downloadhdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.zip
hdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.tar.gz
hdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.tar.bz2
Snapshot version 1.11 release 4.
Update version to 1.11.5.
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 30fe725..3bf138e 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.4], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.11.5], [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.