summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-24 09:19:59 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-24 09:19:59 (GMT)
commit39ae8f38791abf058e8e16ad67cca2b88fe8699c (patch)
tree2b3eb560d303034efea348dbfc79529c2a19c180 /src
parentdb59b0650e28ce3a02996aeaf76e4cc28d599391 (diff)
downloadhdf5-39ae8f38791abf058e8e16ad67cca2b88fe8699c.zip
hdf5-39ae8f38791abf058e8e16ad67cca2b88fe8699c.tar.gz
hdf5-39ae8f38791abf058e8e16ad67cca2b88fe8699c.tar.bz2
[svn-r787] Snapshot
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 0f8b6a3..80ddaf1 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 17 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 18 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)