diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-28 21:55:05 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-01-28 21:55:05 (GMT) |
commit | 3ecbb767c32065cb0d4f2862488fad484b3767a4 (patch) | |
tree | 7b0253cccecd98b7cae4223ffdfd599f698317c0 /src | |
parent | c627ab6a8a2067822789b69071d95b89363a052c (diff) | |
download | hdf5-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.h | 6 |
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) |