summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-12-22 14:48:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-12-22 14:48:36 (GMT)
commitb191b2bb9d227bbefb2cf7951334167bf59f537d (patch)
tree24203a016e68e2053aa542a85ba0b5afc7b2d974
parentfe3c7484d7643decb5d986a5baef928b837f6f39 (diff)
downloadhdf5-b191b2bb9d227bbefb2cf7951334167bf59f537d.zip
hdf5-b191b2bb9d227bbefb2cf7951334167bf59f537d.tar.gz
hdf5-b191b2bb9d227bbefb2cf7951334167bf59f537d.tar.bz2
[svn-r3189] Purpose:
Changed version number to beta3, now that beta2 is out.
-rw-r--r--README2
-rw-r--r--src/H5public.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0c670f9..44565e7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is hdf5-1.4.0-beta2 released on Wed Dec 20 12:21:25 CST 2000
+This is hdf5-1.4.0-beta3 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/src/H5public.h b/src/H5public.h
index 4a327af..22734d3 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$";
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "beta2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "beta3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \