From b19fbb9e4eb9a30e455cc1a9d9d9a3b264d3459a Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 31 Mar 2009 12:46:53 -0500 Subject: [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 --- src/H5public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5public.h b/src/H5public.h index ab471b9..36eb524 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -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) -- cgit v0.12