summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-04-18 05:59:51 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-04-18 05:59:51 (GMT)
commit3026df8a300ab30cd6d92466ce8642021d2c0c01 (patch)
tree27023bbd0f98990c01cf1c98af2e5c63fb4d6ed0 /src
parentb0da4a248775802d6feb3b7470f1416aa317f8aa (diff)
downloadhdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.zip
hdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.tar.gz
hdf5-3026df8a300ab30cd6d92466ce8642021d2c0c01.tar.bz2
[svn-r12278] Purpose: Maintenance after alpha0 release
Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1 Solution: Platforms tested: heping 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 0533afe..e6ca05c 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 "alpha0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "alpha1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)