diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-03 21:20:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-03 21:20:33 (GMT) |
commit | 76ae1a3f451db2f91ad70975282ff25ae0c68ace (patch) | |
tree | f7a0820e794dfc9f501e515ed9343433a4afd22c /src/H5public.h | |
parent | f43ea3be020de9aec24b0871654697522f99b52c (diff) | |
download | hdf5-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.h | 6 |
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) |