summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-01-28 21:55:05 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-01-28 21:55:05 (GMT)
commit3ecbb767c32065cb0d4f2862488fad484b3767a4 (patch)
tree7b0253cccecd98b7cae4223ffdfd599f698317c0 /src
parentc627ab6a8a2067822789b69071d95b89363a052c (diff)
downloadhdf5-3ecbb767c32065cb0d4f2862488fad484b3767a4.zip
hdf5-3ecbb767c32065cb0d4f2862488fad484b3767a4.tar.gz
hdf5-3ecbb767c32065cb0d4f2862488fad484b3767a4.tar.bz2
Update version to 1.12.1-snap0 for hdf5_1_12 branch.
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 43f0203..fc41a7f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -96,10 +96,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 12 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "alpha1" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.0-alpha1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.1-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)