summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-10-18 01:29:37 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-10-18 01:29:37 (GMT)
commit8748d808b2420cf82dba22009d7f29b74a973993 (patch)
treec31dfcfe0321c33f03d6dfaaa40c0616c03b4f73 /src
parentcab8a28fe439440280c972051529580e1e4a33a6 (diff)
downloadhdf5-8748d808b2420cf82dba22009d7f29b74a973993.zip
hdf5-8748d808b2420cf82dba22009d7f29b74a973993.tar.gz
hdf5-8748d808b2420cf82dba22009d7f29b74a973993.tar.bz2
[svn-r24328] Changed the version subrelease string to "swmr0" so that this
branch can be identified with this unique string. Tested: Koala passed.
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 eab0a7b..49c9fbb 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -76,9 +76,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 164 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "FA_a5" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "swmr0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.9.164-FA_a5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.164-swmr0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)