[svn-r16635] Description:

Change subrelease string to 'FA_a0', so that snapshots can be more
easily distinguished.

Tested on:
	FreeBSD/32 6.3 (duty)
	Too minor to require h5committest
This commit is contained in:
Quincey Koziol
2009-03-31 12:46:53 -05:00
parent a29e811343
commit b19fbb9e4e

View File

@@ -72,9 +72,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
#define H5_VERS_RELEASE 36 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
#define H5_VERS_SUBRELEASE "FA_a0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5_VERS_INFO "HDF5 library version: 1.9.36" /* Full version string */
#define H5_VERS_INFO "HDF5 library version: 1.9.36-FA_a0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)