summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2009-07-06 04:30:23 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2009-07-06 04:30:23 (GMT)
commit259a4bc92acc9629d03de73342f69a15c9110ace (patch)
treea33848514ad8c9ea56d63e35c5cd7e57f1657d63 /src/H5public.h
parent27c6981c41dfff7c7c151e0bebd325128bc6b34b (diff)
downloadhdf5-259a4bc92acc9629d03de73342f69a15c9110ace.zip
hdf5-259a4bc92acc9629d03de73342f69a15c9110ace.tar.gz
hdf5-259a4bc92acc9629d03de73342f69a15c9110ace.tar.bz2
[svn-r17158] Snapshot version 1.8 release 3 (snap4)
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 826543a..cbd29b7 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -72,9 +72,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap5" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap5" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)