mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2178] ./src/H5public.h
Added some more #undef's Removed leading hyphen from H5_VERS_SUBRELEASE
This commit is contained in:
parent
08bf2e5438
commit
0e1f42cd0a
@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$";
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 3 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 21 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like -pre1, -beta. */
|
||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
|
Loading…
Reference in New Issue
Block a user