summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2009-10-04 12:56:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2009-10-04 12:56:18 (GMT)
commitbe2d2abf86c769b4803fbe84513bef2b223ccec7 (patch)
tree5c9254f238240bae6fedc965cacde07c36e07633 /src/H5public.h
parenta83c61c53741f15e21451421d9422ac1ba306504 (diff)
downloadhdf5-be2d2abf86c769b4803fbe84513bef2b223ccec7.zip
hdf5-be2d2abf86c769b4803fbe84513bef2b223ccec7.tar.gz
hdf5-be2d2abf86c769b4803fbe84513bef2b223ccec7.tar.bz2
[svn-r17589] Snapshot version 1.9 release 47
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 411c513..a0721b4 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 47 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 48 /* 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.47" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.48" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)