summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-22 22:07:25 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-22 22:07:25 (GMT)
commitcd60d3859322bb1b0a60ca6361d027134c05cb0f (patch)
treea2c55d71ae15064930825a9ae6f7bc1ec618465e /src/H5public.h
parentae27797c11916301ccec9d467cb3545ccc525162 (diff)
downloadhdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.zip
hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.gz
hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.bz2
[svn-r15068] Maintenance: used h5vers script to change version number to 1.8.1-rc1 before creating a tar
ball for remote testing
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 54be4d1..ece9294 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -71,10 +71,10 @@ extern "C" {
/* Version numbers */
#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 "snap7" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "rc1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-snap7" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.1-rc1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)