summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-23 19:07:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-23 19:07:36 (GMT)
commit8821a3c0156e28a7fd49508c0b471361a9344984 (patch)
treed5d38d9d11c4a5cd701d7988078be3b8f6b786be /src
parent54965f976025bf3063389a1da89d4e35dae54f26 (diff)
downloadhdf5-8821a3c0156e28a7fd49508c0b471361a9344984.zip
hdf5-8821a3c0156e28a7fd49508c0b471361a9344984.tar.gz
hdf5-8821a3c0156e28a7fd49508c0b471361a9344984.tar.bz2
[svn-r536] Updated version
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 55b76f8..5a10adf 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 30 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)