summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-03-04 01:19:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-03-04 01:19:19 (GMT)
commit99a30e1e601a7968715458d557a4030fb548f57c (patch)
tree9e7b6c887d92c5e7b4014b89415f211024bbc39b
parent0cba6a50e08f611a6003f78e953c7cb3692f270c (diff)
downloadhdf5-99a30e1e601a7968715458d557a4030fb548f57c.zip
hdf5-99a30e1e601a7968715458d557a4030fb548f57c.tar.gz
hdf5-99a30e1e601a7968715458d557a4030fb548f57c.tar.bz2
[svn-r1998] Adjusted the library version information to identify this as
development version. Got to remember doing this immediately after a formal release.
-rw-r--r--README3
-rw-r--r--src/H5public.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 6167a2e..6be9e15 100644
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
+This is hdf5-1.2.2-pre0 currently under development
+Please refer to the INSTALL file for installation instructions.
+------------------------------------------------------------------------------
This release is fully functional for the entire API defined in the
documentation, see the RELEASE file in this directory for information
diff --git a/src/H5public.h b/src/H5public.h
index 2ccd3b7..3ee7dea 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -81,8 +81,8 @@ static char RcsId[] = "@(#)$Revision$";
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 2 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "" /* For pre-releases like -pre1, -beta. */
+#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "-pre0" /* For pre-releases like -pre1, -beta. */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \