summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-03-21 17:48:35 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-03-21 17:48:35 (GMT)
commit49e5246d5a0d222ce9f68d1560a96534583f4a44 (patch)
tree9a1c746d1059133017a54fccb1e0232656d7e98e /src/H5public.h
parent771c9da9c5b34ab7d63a7bd2ad8e159dd5c20eda (diff)
downloadhdf5-49e5246d5a0d222ce9f68d1560a96534583f4a44.zip
hdf5-49e5246d5a0d222ce9f68d1560a96534583f4a44.tar.gz
hdf5-49e5246d5a0d222ce9f68d1560a96534583f4a44.tar.bz2
[svn-r3679] Snapshot version 1.4 release 1 (pre0)
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 69a0bc7..3dfa51d 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -53,7 +53,7 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \