summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-03 09:20:38 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-03 09:20:38 (GMT)
commit40bf5dedddaaaa666e7d747c664c7bc47bda40f3 (patch)
tree2e7ac2793994333c86c3645dfb3b04ebdb7f6905 /src/H5public.h
parent20419385684e8e0bbba6939f7049a9800a98089e (diff)
downloadhdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.zip
hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.gz
hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.bz2
[svn-r657] Snapshot
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 9b11169..b8e5eeb 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 0 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 76 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 77 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)