summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-07-17 02:59:54 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-07-17 02:59:54 (GMT)
commitb0379795d52f23d09c7b1d273c3fa71aeba9b356 (patch)
tree48da9513df37f63c33ed24bf1c83cf3331ea214d /src/H5public.h
parent9dc96eab6f4e1e0acb5ad5991217641ee10925c4 (diff)
downloadhdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.zip
hdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.tar.gz
hdf5-b0379795d52f23d09c7b1d273c3fa71aeba9b356.tar.bz2
[svn-r12478] Changed version number to 1.8.0-alpha5 after tagging hdf5-1.8.0-alpha4 release
with "hdf5_1_8_0_alpha4" tag.
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 da87524..adf4b1d 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -67,9 +67,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 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "alpha4" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "alpha5" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)