summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-16 03:47:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-16 03:47:42 (GMT)
commitdcd15ba46a1d2adfea677ba7641219877e6895d2 (patch)
tree0b213e05cb1da52928cc28479e86c02518edb93c /src/H5public.h
parent1be75d8fe00c1ac44e38b5d5867ade7f6a3ffce2 (diff)
downloadhdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.zip
hdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.tar.gz
hdf5-dcd15ba46a1d2adfea677ba7641219877e6895d2.tar.bz2
[svn-r8888] Purpose:
Bump version # after making snapshot
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 780c494..b1ae6d6 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 31 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 32 /* 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.7.31" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.32" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)