summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-07-03 21:38:32 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-07-03 21:38:32 (GMT)
commit89c91494e6e9f98265b3390e8ef11f7c918b3f75 (patch)
tree5900a30fb8eb5f161159d9a0165f49e4667cd653 /src
parent71a10a71840cd9cc1e913248c1df377a9c569bca (diff)
downloadhdf5-89c91494e6e9f98265b3390e8ef11f7c918b3f75.zip
hdf5-89c91494e6e9f98265b3390e8ef11f7c918b3f75.tar.gz
hdf5-89c91494e6e9f98265b3390e8ef11f7c918b3f75.tar.bz2
[svn-r7169] Purpose: Maintenance after 1.6.0 release
Description: Run bin/h5vers script to change version to 1.6.0-post0 after creating release tar ball and tagging the release. Modified HISTORY.txt and RELEASE.txt for 1.6.0-post0 1.6 branch is open for checking in source code. Solution: Platforms tested: Misc. update:
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 0e80260..a244c31 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 0 /* 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.0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.0-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)