diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-20 15:42:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-20 15:42:36 (GMT) |
commit | e0d8e90d61b564b5954ae2616c5eff36e7d46cf6 (patch) | |
tree | 3d9f310b551ee27c1faee9c1ff8821628b330d61 /src/H5public.h | |
parent | 17eb14fe723aaf95ecc1ea5ecd3f46a5ac652e40 (diff) | |
download | hdf5-e0d8e90d61b564b5954ae2616c5eff36e7d46cf6.zip hdf5-e0d8e90d61b564b5954ae2616c5eff36e7d46cf6.tar.gz hdf5-e0d8e90d61b564b5954ae2616c5eff36e7d46cf6.tar.bz2 |
[svn-r7074] Purpose:
Bump version # after another private snapshot for SAF team.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index bce6700..40b6bfd 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 5 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 60 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 61 /* 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.5.60" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.61" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |