summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-08-16 16:50:11 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-08-16 16:50:11 (GMT)
commit632a78a778c7b5ecd9dc7094e9c1f72b53caa4f8 (patch)
treeea7c193bd40de19affc06c04920e46997fc109ec /src
parentbc998849213c98ed2020beab1aacb49a0dde6b8b (diff)
downloadhdf5-632a78a778c7b5ecd9dc7094e9c1f72b53caa4f8.zip
hdf5-632a78a778c7b5ecd9dc7094e9c1f72b53caa4f8.tar.gz
hdf5-632a78a778c7b5ecd9dc7094e9c1f72b53caa4f8.tar.bz2
[svn-r14092] Maintenance before 1.6.6 release:hdf5-1_6_6
version number was changed to 1.6.6 using the bin/h5vers script other files were modified with the bin/release script Platfomrs tested: kagiso with fortran and c++
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 23bae0e..0364221 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 6 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre3" /* 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.6-pre3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.6" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)