summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2009-05-04 14:45:37 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2009-05-04 14:45:37 (GMT)
commitde44d9e363bbf389219a0b38520654dff00bca73 (patch)
treed156acad3956da888fcc2eb1a49b8daf97dde5f4 /src/H5public.h
parente0e4a816e6273440d71732330f711a1e25c6bcfb (diff)
downloadhdf5-de44d9e363bbf389219a0b38520654dff00bca73.zip
hdf5-de44d9e363bbf389219a0b38520654dff00bca73.tar.gz
hdf5-de44d9e363bbf389219a0b38520654dff00bca73.tar.bz2
[svn-r16916] Maintenance: Updated HISTORY-1_8.txt and RELEASE.txt files and
changed version to 1.8.0-post0. Branch is open for check-ins now.
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 fe3d0ce..2b4c87f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -72,9 +72,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 3 /* 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.8.3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.3-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)