summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-05-06 14:39:23 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-05-06 14:39:23 (GMT)
commit2c16f0510b58761661a16ff4709d374465339582 (patch)
treefa8cb4d28fda9e15c94e8372f76dfc248cbaa3dc /src/H5public.h
parent5be0fa4ef3a9a0d34cadef7762ba3bdfbd576524 (diff)
downloadhdf5-2c16f0510b58761661a16ff4709d374465339582.zip
hdf5-2c16f0510b58761661a16ff4709d374465339582.tar.gz
hdf5-2c16f0510b58761661a16ff4709d374465339582.tar.bz2
[svn-r8486] Purpose:
Reset release number back to 1.7.x by removing the fphdf5-alpha1 sub- release string.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 00f46ed..08a4e15 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 24 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "fph5_alpha2" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 25 /* 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.24-fph5_alpha2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.25" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)