summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2000-04-21 19:27:42 (GMT)
committerRobb Matzke <matzke@llnl.gov>2000-04-21 19:27:42 (GMT)
commit0e1f42cd0aaf2f468bf9f65db711e57c7f900baf (patch)
tree2c26464527a2b9beed1aebd982b18faed14ad79d /src/H5public.h
parent08bf2e54388d51780db85567252d4a31b8ea8573 (diff)
downloadhdf5-0e1f42cd0aaf2f468bf9f65db711e57c7f900baf.zip
hdf5-0e1f42cd0aaf2f468bf9f65db711e57c7f900baf.tar.gz
hdf5-0e1f42cd0aaf2f468bf9f65db711e57c7f900baf.tar.bz2
[svn-r2178] ./src/H5public.h
Added some more #undef's Removed leading hyphen from H5_VERS_SUBRELEASE
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index bbe7ef0..aa28734 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -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, \