summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-08-12 13:17:25 (GMT)
committerGitHub <noreply@github.com>2022-08-12 13:17:25 (GMT)
commit25ef5340396a786fe63072a9f057cd550c86668b (patch)
treeef99f90d5e6d392a04f14e420d73c12efd11335e /configure.ac
parent029cde6111c3e60a8bf430ed6620c2ec0fc7349c (diff)
downloadhdf5-25ef5340396a786fe63072a9f057cd550c86668b.zip
hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.gz
hdf5-25ef5340396a786fe63072a9f057cd550c86668b.tar.bz2
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release. Added new version to exceptions in line 75 of src/H5.c.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b1ecb5..94e3ca6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_PREREQ([2.69])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.13.2-1], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.13.3-1], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADERS([src/H5config.h])