summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rw-r--r--doc/html/ADGuide/RELEASE.txt6
-rw-r--r--release_docs/RELEASE.txt2
-rw-r--r--src/H5public.h4
4 files changed, 7 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index 2f152f8..64e98c9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.4.4-snap2 currently under development
+HDF5 version 1.4.4-snap3 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index c67d7f2..07a753f 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.4.4-snap1 released on Sat Apr 20 07:44:01 CDT 2002
+HDF5 version 1.4.4-snap2 released on Tue Apr 23 11:42:19 CDT 2002
==============================================================================
@@ -170,7 +170,7 @@ Supported Configuration Features Summary
(5)
Solaris2.7 y y (1) y n y y y y
Solaris2.8 64 y n y n y y y y
- Solaris2.8 32 y n y n y y y y
+ Solaris2.8 32 y y (1) y n y y y y
IA-64 y n n n n n y y
IRIX6.5 y y (1) n n n y y y
IRIX64_6.5 64 y y (2) y y n y y y
@@ -197,7 +197,7 @@ Supported Configuration Features Summary
compatibility exec safe VFD
Solaris2.7 n x y n n y
Solaris2.8 64 n y n n n y
- Solaris2.8 32 n x n n n y
+ Solaris2.8 32 n x y n n y
IA-64 n n n n n y
IRIX6.5 n x y n n y
IRIX64_6.5 64 n x y n y y
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8842676..9b3202f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.4.4-snap2 currently under development
+HDF5 version 1.4.4-snap3 currently under development
==============================================================================
diff --git a/src/H5public.h b/src/H5public.h
index f730ece..703710a 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -61,9 +61,9 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.4-snap2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.4-snap3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)