summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-03-31 17:46:53 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-03-31 17:46:53 (GMT)
commitb19fbb9e4eb9a30e455cc1a9d9d9a3b264d3459a (patch)
tree2da2f32e1c7ec511b38a91934bfe06ca174cda93 /src
parenta29e811343bce0275dc44671b767a2eebbf86593 (diff)
downloadhdf5-b19fbb9e4eb9a30e455cc1a9d9d9a3b264d3459a.zip
hdf5-b19fbb9e4eb9a30e455cc1a9d9d9a3b264d3459a.tar.gz
hdf5-b19fbb9e4eb9a30e455cc1a9d9d9a3b264d3459a.tar.bz2
[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
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files 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)