summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-01-28 18:59:31 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-01-28 18:59:31 (GMT)
commit048493b19c3b7c1e230528b9fccb77678ec4fd87 (patch)
tree080a9e761d34f5cdaba788e58630cf55e848f833 /src
parent06c5b64ca8ceab0663dd5d179838629893d32d6b (diff)
downloadhdf5-048493b19c3b7c1e230528b9fccb77678ec4fd87.zip
hdf5-048493b19c3b7c1e230528b9fccb77678ec4fd87.tar.gz
hdf5-048493b19c3b7c1e230528b9fccb77678ec4fd87.tar.bz2
[svn-r14461] Maintenance: Updated version number to 1.6.7
We will try to build release binaries today via "daily tests" procedure
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 e12a0e7..a3b8c37 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 "rc2" /* 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.7-rc2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.7" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)