summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-26 09:20:01 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-26 09:20:01 (GMT)
commit7f020a4f3ce07a105881240d1cabd3a16bd518a0 (patch)
tree53245049cce02cd4f9f503f4b9b63f9ff167c7e7 /src
parent39ae8f38791abf058e8e16ad67cca2b88fe8699c (diff)
downloadhdf5-7f020a4f3ce07a105881240d1cabd3a16bd518a0.zip
hdf5-7f020a4f3ce07a105881240d1cabd3a16bd518a0.tar.gz
hdf5-7f020a4f3ce07a105881240d1cabd3a16bd518a0.tar.bz2
[svn-r788] 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 80ddaf1..12bada4 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 18 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 19 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)