diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-03-30 18:28:46 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-03-30 18:28:46 (GMT) |
commit | 3ac6af666cd304b958631013195413b936a9aac4 (patch) | |
tree | ae4f61c3a6f1a9aeac7fd435144bc3a4e43396cd /src | |
parent | d121d6112ba153d5939e7461318eab8b66253d7f (diff) | |
download | hdf5-3ac6af666cd304b958631013195413b936a9aac4.zip hdf5-3ac6af666cd304b958631013195413b936a9aac4.tar.gz hdf5-3ac6af666cd304b958631013195413b936a9aac4.tar.bz2 |
[svn-r29597] Commit version change to 1.10.0, minor corrections and additions to RELEASE.txt.hdf5-1_10_0
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index f2a5bb0..9ec7db8 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 10 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.10.0-pre2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.10.0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |