summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-07-01 15:21:13 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-07-01 15:21:13 (GMT)
commit1eb32020ef48f03755f122a0e1da16620d24a73a (patch)
tree70b58e7df9a3b43768ae4cff0cdb3f6c9706f645 /src/H5public.h
parentdc62afc420709fae7b6a23c38f7a1af7f6ea1b1b (diff)
downloadhdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.zip
hdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.tar.gz
hdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.tar.bz2
[svn-r7131] Purpose: Maintenance for the fifth round of testing
Description: Bumped version number for 1.5.63 after creating a tar ball for the next round of testing Solution: Platforms tested: Misc. update:
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 8e3876d..2ebf466 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 5 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 62 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 63 /* 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.5.62" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.63" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)