summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-10-12 08:42:23 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-10-12 08:42:23 (GMT)
commit8e9f6be0f3e9cc191a4d83c15e46e84f7c43b371 (patch)
treefec41cf2ebcc881e29402cc7be8ab2725315bc63 /src/H5public.h
parentb19aa4522994f0a045280496e9ff0765c910c2a5 (diff)
downloadhdf5-8e9f6be0f3e9cc191a4d83c15e46e84f7c43b371.zip
hdf5-8e9f6be0f3e9cc191a4d83c15e46e84f7c43b371.tar.gz
hdf5-8e9f6be0f3e9cc191a4d83c15e46e84f7c43b371.tar.bz2
[svn-r5979] Snapshot version 1.5 release 38
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 137725b..fc02a77 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -69,10 +69,10 @@
/* 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 38 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 39 /* 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.38" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.39" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)