diff options
author | Robb Matzke <matzke@llnl.gov> | 2001-05-09 20:34:38 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2001-05-09 20:34:38 (GMT) |
commit | 67cad00a75321626eb370a27f82357eb7e3c10b3 (patch) | |
tree | d51ce0f37e4799c16e303bccd0762b3d8f6fbe9e /src | |
parent | b490fc52c9dc51f92b688143d199622326d8e76a (diff) | |
download | hdf5-67cad00a75321626eb370a27f82357eb7e3c10b3.zip hdf5-67cad00a75321626eb370a27f82357eb7e3c10b3.tar.gz hdf5-67cad00a75321626eb370a27f82357eb7e3c10b3.tar.bz2 |
[svn-r3897] ./hdf5/src/H5public.h
Implemented the string version number stuff for Albert.
2001-05-09 16:24:18 Robb Matzke <matzke@llnl.gov>
*: Added definition for H5_VERS_INFO, which is a string
representation of the hdf5 version number.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index a9d69c2..a08c2c6 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -63,6 +63,7 @@ #define H5_VERS_RELEASE 5 /* 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 version: 1.5.5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |