summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-02-23 17:02:41 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-02-23 17:02:41 (GMT)
commit841939cb0922c1084366976396569d0120e52b59 (patch)
tree8ca2e2b3f34dd65ba1387d7cef461289f7e68a7d /src
parent5fc2f23ed026f0fd6c7992c7e46cb67f28304695 (diff)
downloadhdf5-841939cb0922c1084366976396569d0120e52b59.zip
hdf5-841939cb0922c1084366976396569d0120e52b59.tar.gz
hdf5-841939cb0922c1084366976396569d0120e52b59.tar.bz2
[svn-r3498]
Purpose: Update Description: Updated the H5_VERS_SUBRELEASE string to be "post0". hdf5 1_4 branch is open for checking in!
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index e6795a5..5288c99 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$";
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \