summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2002-02-18 22:51:56 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2002-02-18 22:51:56 (GMT)
commit0b232041269a19d398f24faa7d1f6fd31cd973d0 (patch)
tree56b02306814b9541a7e4f68a52ee8913f33fdbff /src/H5public.h
parent9688373098fb76d265946085d496a2e3069b5fdf (diff)
downloadhdf5-0b232041269a19d398f24faa7d1f6fd31cd973d0.zip
hdf5-0b232041269a19d398f24faa7d1f6fd31cd973d0.tar.gz
hdf5-0b232041269a19d398f24faa7d1f6fd31cd973d0.tar.bz2
[svn-r4992]
Purpose: Maintenance for hdf5-1.4.3-post* Description: Modified subversion string and full version strings for hdf5-1.4.3-post0 Tested: Solaris 2.7 (arabica)
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 5028224..160f3d0 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -61,9 +61,9 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 3 /* 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 H5_VERS_INFO "HDF5 library version: 1.4.3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.3-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)