diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-02-18 21:14:43 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-02-18 21:14:43 (GMT) |
commit | afc010179ce9bed6b9a432fe7531070e5fa589f1 (patch) | |
tree | f94fdcf9e547ac3cc67649b2de195a218f36d36e /configure.ac | |
parent | 247cb2989f4cc0e730be27bc57baae23e8814178 (diff) | |
download | hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.zip hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.gz hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.bz2 |
Update version on hdf5_1_10 branch to 1.10.6-snap0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d997b0..7248637 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.10.5-snap1], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.10.6-snap0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADERS([src/H5config.h]) |