summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-05-09 09:12:21 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-05-09 09:12:21 (GMT)
commite7bfa8ebf7103e8ed91621055966363586d3ef71 (patch)
tree60399e98b180e12f9bb3e17bcb76e8fb4af705c9 /src/H5public.h
parent0f805b3aa507d557fbab6cc8ccec81b50daf6dd8 (diff)
downloadhdf5-e7bfa8ebf7103e8ed91621055966363586d3ef71.zip
hdf5-e7bfa8ebf7103e8ed91621055966363586d3ef71.tar.gz
hdf5-e7bfa8ebf7103e8ed91621055966363586d3ef71.tar.bz2
[svn-r8498] Snapshot version 1.7 release 25
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 08a4e15..1afb7d0 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 25 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 26 /* 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.25" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.26" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)