summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-03-01 23:14:30 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-03-01 23:14:30 (GMT)
commit77d3875c5b0787d373165f6b7537081b46e0d031 (patch)
treed0025dff6f910b06a8b0bd4d411e6c21f8e3b555 /src/H5public.h
parent8e0adc32089475faf13c7fa669510345a2259bac (diff)
downloadhdf5-77d3875c5b0787d373165f6b7537081b46e0d031.zip
hdf5-77d3875c5b0787d373165f6b7537081b46e0d031.tar.gz
hdf5-77d3875c5b0787d373165f6b7537081b46e0d031.tar.bz2
[svn-r8228] Purpose:
Incremented the release number. The previous one is used by the fphdf5 alpha0 release. Platforms tested: Tested in Eirene with fortran and cxx.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index ca0b891..5c56017 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 19 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "fph5_alpha0" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.7.19" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.20" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)