summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-03 21:20:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-03 21:20:33 (GMT)
commit76ae1a3f451db2f91ad70975282ff25ae0c68ace (patch)
treef7a0820e794dfc9f501e515ed9343433a4afd22c /src/H5public.h
parentf43ea3be020de9aec24b0871654697522f99b52c (diff)
downloadhdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.zip
hdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.tar.gz
hdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.tar.bz2
[svn-r7166] Purpose:
Update configuration Description: Now that we've split the tree (Yea!), change the main trunk back to debug on and production off. Also, change the version # to 1.7.0
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 65b8a28..c594650 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -74,11 +74,11 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
-#define H5_VERS_MINOR 6 /* For minor interface/format changes */
+#define H5_VERS_MINOR 7 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre1" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.0-pre1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)