summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-06-11 12:46:09 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-06-11 12:46:09 (GMT)
commit2714638dece375f1d1bbb2ca9745a846a8d56454 (patch)
tree4ceb895ab05331dec30a1a9968f8bb923f1e42d8 /src
parent361cac5966d28bc9471692689a5f8e1476242c35 (diff)
downloadhdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.zip
hdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.tar.gz
hdf5-2714638dece375f1d1bbb2ca9745a846a8d56454.tar.bz2
[svn-r7023]
Purpose: Maintenance for the third round of testing Description: Increased the version number to 1.5.59 after creating a tar ball for testing. Solution: Platforms tested: Misc. update:
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 5a70719..2e10d97 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 58 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 59 /* 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.58" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.59" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)