summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-08-19 16:58:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-08-19 16:58:45 (GMT)
commitc75952126e23bdc97670b68e3f5442898dedce30 (patch)
tree96e61bad867eb0793c75e0ac00834d29e13bf98e /src
parent632a78a778c7b5ecd9dc7094e9c1f72b53caa4f8 (diff)
downloadhdf5-c75952126e23bdc97670b68e3f5442898dedce30.zip
hdf5-c75952126e23bdc97670b68e3f5442898dedce30.tar.gz
hdf5-c75952126e23bdc97670b68e3f5442898dedce30.tar.bz2
[svn-r14095] Maintenance after the 1.6.6 release: changed version to 1.6.6-post0 and modified
RELEASE.txt and HISTROY.txt files.
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 0364221..689bff9 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 "" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.6-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)