summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-03-01 12:00:30 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-03-01 12:00:30 (GMT)
commite18749d7ac9e79e312d8116a723913f2fe6e841a (patch)
tree113275eb9a95a8d543736549258c0a36b3ab4c66 /src
parenta4270d9abaa7f8aa76dcb49d55db67bb6aa3397a (diff)
downloadhdf5-e18749d7ac9e79e312d8116a723913f2fe6e841a.zip
hdf5-e18749d7ac9e79e312d8116a723913f2fe6e841a.tar.gz
hdf5-e18749d7ac9e79e312d8116a723913f2fe6e841a.tar.bz2
[svn-r3530] Snapshot version 1.5 release 0
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 0b1c9a9..bc794bd 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -56,7 +56,7 @@ static char RcsId[] = "@(#)$Revision$";
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 5 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */