summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-04-30 22:04:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-04-30 22:04:36 (GMT)
commitb5a9dab0ba71391f3c8a94e0f399747d40c1ae19 (patch)
tree1f43e14527272662e15618a27271fe8f9165ee7a /src/H5public.h
parent57d32b55c3e065c9be6a86c1b62cf230538a123f (diff)
downloadhdf5-b5a9dab0ba71391f3c8a94e0f399747d40c1ae19.zip
hdf5-b5a9dab0ba71391f3c8a94e0f399747d40c1ae19.tar.gz
hdf5-b5a9dab0ba71391f3c8a94e0f399747d40c1ae19.tar.bz2
[svn-r16900] Set version information to 1.6.9 to be ready for release.
Tested: h5committested (linew is still in progress.)
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 63381b4..dfbc391 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -67,9 +67,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 9 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.9-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.9" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)