summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-03 12:11:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-03 12:11:07 (GMT)
commit5436f45bd11f2867b3c9e93b976df427a0ffb10e (patch)
tree96b05a07633ee3907ef02e2390663be4adc15f2a /src/H5public.h
parentcde7807ceb3cd66bf60d9b6d87570f4f8422cbce (diff)
downloadhdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.zip
hdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.tar.gz
hdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.tar.bz2
[svn-r16403] Description:
Bring r16395:16402 back from trunk (and adjust slightly for layout version changes). Tested on: FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
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 c1a8449..db2d407 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -71,10 +71,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 29 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 30 /* 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.9.29" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.30" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)