summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-03-27 16:47:37 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-03-27 16:47:37 (GMT)
commitfcc5355744bf1a8dcba71417a80a9c920ed7edb3 (patch)
treecfc2067ed93bf3b53023854a5a834455df6e4982
parent2b3b5cc556c084e431d6394ca785d2415a4644c3 (diff)
downloadhdf5-fcc5355744bf1a8dcba71417a80a9c920ed7edb3.zip
hdf5-fcc5355744bf1a8dcba71417a80a9c920ed7edb3.tar.gz
hdf5-fcc5355744bf1a8dcba71417a80a9c920ed7edb3.tar.bz2
[svn-r3725] Snapshot version 1.4 release 1 (pre2)
-rw-r--r--README2
-rw-r--r--src/H5public.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4eb048d..1194590 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is hdf5-1.4.1-pre2 currently under development
+This is hdf5-1.4.1-pre3 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/src/H5public.h b/src/H5public.h
index ab2b370..28bd7a7 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -53,7 +53,7 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \