summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-02-01 03:08:30 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-02-01 03:08:30 (GMT)
commit48b50b30c2158cd474d7e9f126068300b75ca943 (patch)
tree5adf07da9ae2278dbc90133152175376d75b0c27 /src
parentf2b524edb0ed91c47b23bf9349f779d0ba11ba56 (diff)
downloadhdf5-48b50b30c2158cd474d7e9f126068300b75ca943.zip
hdf5-48b50b30c2158cd474d7e9f126068300b75ca943.tar.gz
hdf5-48b50b30c2158cd474d7e9f126068300b75ca943.tar.bz2
[svn-r14482] Maintenance: Changed version number to hdf5-1.6.7-snap0 and updated configuration and documentation files
after the hdf5-1.6.7 release.
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 8209de6..d068ed2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -76,9 +76,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 7 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.7" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.7-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)