summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-09-22 16:52:54 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-09-22 16:52:54 (GMT)
commitc28a37e44ba70119d073d8e452dcbe25e2586423 (patch)
tree68e8399664ac9c0ddd7da5e453113ba5447d584d /src
parent3bc9d88c4fcf990154d04b1dd9a383ce55e5b10e (diff)
downloadhdf5-c28a37e44ba70119d073d8e452dcbe25e2586423.zip
hdf5-c28a37e44ba70119d073d8e452dcbe25e2586423.tar.gz
hdf5-c28a37e44ba70119d073d8e452dcbe25e2586423.tar.bz2
[svn-r9308] Purpose: Post 1.6.3 release maintenance
Description: Changed version number to 1.6.3-post0 Solution: ran bin/h5vers script on eirene 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 0f44b0e..32f9565 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -78,9 +78,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 6 /* 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.6.3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.3-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)