diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-11-07 10:19:55 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-11-07 10:19:55 (GMT) |
commit | ce64c1340923f3b1fb8144b3a93aaf36cb65e123 (patch) | |
tree | 9df9ce5c5e15d2bc5accec1029cad56fa8e39592 /src/H5public.h | |
parent | 65b26e02b74fb2b3eb7e988e6a75ab6932bc3249 (diff) | |
download | hdf5-ce64c1340923f3b1fb8144b3a93aaf36cb65e123.zip hdf5-ce64c1340923f3b1fb8144b3a93aaf36cb65e123.tar.gz hdf5-ce64c1340923f3b1fb8144b3a93aaf36cb65e123.tar.bz2 |
[svn-r9513] Snapshot version 1.7 release 41
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 0ea6a99..74bd68a 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -77,10 +77,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 41 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 42 /* 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.41" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.7.42" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |