summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2002-03-21 13:49:57 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2002-03-21 13:49:57 (GMT)
commitcd0af12f6636add4178ae13ae38eebbf94b64a24 (patch)
tree46b03433f057734c52541d23980b532d4c3df80d /src/H5public.h
parent03463f4f94a4f2c89bcfb51a38943e4f5efd5e78 (diff)
downloadhdf5-cd0af12f6636add4178ae13ae38eebbf94b64a24.zip
hdf5-cd0af12f6636add4178ae13ae38eebbf94b64a24.tar.gz
hdf5-cd0af12f6636add4178ae13ae38eebbf94b64a24.tar.bz2
[svn-r5075] Snapshot version 1.5 release 22
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 776eb92..bd4592c 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -66,10 +66,10 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 5 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 22 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 23 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.5.22" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.23" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)