summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-02-01 09:23:56 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-02-01 09:23:56 (GMT)
commite91291e4588711a1f9c90137c85b77e5cb34dd04 (patch)
tree713300ba2272cd7664f4be55cae6c92e2907b448 /src/H5public.h
parentceec9c45d9345bb6e864a492ad49932537dd4fdc (diff)
downloadhdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.zip
hdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.tar.gz
hdf5-e91291e4588711a1f9c90137c85b77e5cb34dd04.tar.bz2
[svn-r6358] Snapshot version 1.5 release 46
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 addc926..ccf0fb8 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -73,10 +73,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 46 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 47 /* 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.46" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.47" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)