summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-05-15 09:21:37 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-05-15 09:21:37 (GMT)
commit647016dad2bd5e9c635fcbaf42a76014f2acd8bb (patch)
treeb4e4e18b5c8a1165d099c64cccdb218404ef5b79
parent5d27980756a038c9d33dc2637b1b123de9e30e8a (diff)
downloadhdf5-647016dad2bd5e9c635fcbaf42a76014f2acd8bb.zip
hdf5-647016dad2bd5e9c635fcbaf42a76014f2acd8bb.tar.gz
hdf5-647016dad2bd5e9c635fcbaf42a76014f2acd8bb.tar.bz2
[svn-r1259] Snapshot
-rw-r--r--README2
-rw-r--r--src/H5public.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index cd6bc21..3a41fb6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is hdf5-1.1.97 released on Fri May 14 04:21:02 CDT 1999
+This is hdf5-1.1.98 released on Sat May 15 04:21:14 CDT 1999
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/src/H5public.h b/src/H5public.h
index 47516d4..4e07c3a 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$";
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 1 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 98 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 99 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)