diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-03-08 12:53:10 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-03-08 12:53:10 (GMT) |
commit | 793503a3cd26b3435ee27b092d9fe7f2cb93ce29 (patch) | |
tree | 8a7b5169871296e8a83227f3ad8945f802d64fc3 /src/H5public.h | |
parent | f015eea83f1ea3cba4bb72c55a93ea5e56a0402b (diff) | |
download | hdf5-793503a3cd26b3435ee27b092d9fe7f2cb93ce29.zip hdf5-793503a3cd26b3435ee27b092d9fe7f2cb93ce29.tar.gz hdf5-793503a3cd26b3435ee27b092d9fe7f2cb93ce29.tar.bz2 |
[svn-r16553] Snapshot version 1.9 release 34
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 e0a9049..521259b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -71,10 +71,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 9 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 35 /* 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.9.34" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.35" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |