summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-06-02 20:59:06 (GMT)
committerlrknox <lrknox>2017-06-02 20:59:06 (GMT)
commit796b3f7397abc75df9ee2e78c24c884d6f8c12e3 (patch)
tree680ac4055498bbcf3fe95bc8ca142190a1e2b7af /configure.ac
parent3ff49a3711ee0106ea335cfef8f20794cfde2e72 (diff)
downloadhdf5-796b3f7397abc75df9ee2e78c24c884d6f8c12e3.zip
hdf5-796b3f7397abc75df9ee2e78c24c884d6f8c12e3.tar.gz
hdf5-796b3f7397abc75df9ee2e78c24c884d6f8c12e3.tar.bz2
Update version to 1.8.19-pre1.
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 699fb78..7cf82ba 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.8.19-snap4], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.8.19-pre1], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])
@@ -1715,7 +1715,7 @@ AC_ARG_ENABLE([debug],
])],
[DEBUG_PKG=$enableval])
-## Default to no if producton is enabled
+## Default to no if production is enabled
if test "X-$DEBUG_PKG" = X- ; then
if test "$enable_production" = yes ; then
DEBUG_PKG=no