summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-11-23 16:39:01 (GMT)
committerGitHub <noreply@github.com>2020-11-23 16:39:01 (GMT)
commitea17afe305d40de1ae8682c62978edf42763469b (patch)
tree6834c00218892d464642bd367d5a8bad910054c1 /src
parentf676115295975bf3abbfdee63fb9d7955b8e1fd7 (diff)
downloadhdf5-ea17afe305d40de1ae8682c62978edf42763469b.zip
hdf5-ea17afe305d40de1ae8682c62978edf42763469b.tar.gz
hdf5-ea17afe305d40de1ae8682c62978edf42763469b.tar.bz2
Snapshot version 1.12 release 1-3. Update version to 1.12.1-4. (#116)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 29a78c6..9202be4 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -95,9 +95,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 12 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "4" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.12.1-3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.12.1-4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)