summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-11-26 09:23:22 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-11-26 09:23:22 (GMT)
commit6900f5f95855fdf04e970dca06e07ad1c081d709 (patch)
tree2c1dd0a37eccdb79b707ad6f02903ddf3ad9933e
parent7738afbd8abd484a600117bfac1d92cc2bf4e58e (diff)
downloadhdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.zip
hdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.tar.gz
hdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.tar.bz2
[svn-r954] 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 110e4cd..a593ceb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is hdf5-1.1.33 released on Wed Nov 25 11:51:38 EST 1998
+This is hdf5-1.1.33 released on Thu Nov 26 04:22:25 CST 1998
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
diff --git a/src/H5public.h b/src/H5public.h
index ce97b65..5e5ad9a 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* 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 33 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)