summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-08 21:25:01 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-04-08 21:25:01 (GMT)
commit1e34f1d3b53c27caae4adcafc281ab01741ea2c3 (patch)
tree337cd96b8cdbd0831123ddc165da6e861f5b7cba /src
parent69878f59c48e3226978e0430dcb729e5702bcbb0 (diff)
downloadhdf5-1e34f1d3b53c27caae4adcafc281ab01741ea2c3.zip
hdf5-1e34f1d3b53c27caae4adcafc281ab01741ea2c3.tar.gz
hdf5-1e34f1d3b53c27caae4adcafc281ab01741ea2c3.tar.bz2
Update version to 1.12.3-1 after creating hdf5_1_12_2 release
preparation branch. Clean release note entries from RELEASE.txt.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index f7b27fc..3103298 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -101,15 +101,15 @@
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 2
+#define H5_VERS_RELEASE 3
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "2"
+#define H5_VERS_SUBRELEASE "1"
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.12.2-2"
+#define H5_VERS_INFO "HDF5 library version: 1.12.3-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)