summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-11-10 20:39:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-11-10 20:39:39 (GMT)
commita83b834e588ffaf4dd18eb9c645fd4ff36c6d416 (patch)
tree36f694ef820290c4b5fe290b310a023d14d37156 /src/H5public.h
parente096feea7f204d982c075abd986420e17a12fb50 (diff)
downloadhdf5-a83b834e588ffaf4dd18eb9c645fd4ff36c6d416.zip
hdf5-a83b834e588ffaf4dd18eb9c645fd4ff36c6d416.tar.gz
hdf5-a83b834e588ffaf4dd18eb9c645fd4ff36c6d416.tar.bz2
[svn-r16057] Maintenance: Changed version to 1.6.8 and released source tar ball.hdf5-1_6_8
Will tag the release after binaries are built tonight.
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 fa19490..3cc7f69 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 8 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre1" /* 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.8-pre1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.8" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)