summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2000-11-22 17:09:53 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2000-11-22 17:09:53 (GMT)
commitc19e71dd3e02dc3b21f1822cbdaa05dbbac4bf56 (patch)
tree4261d3933e6020f13695757bfec6e4945968c286 /src
parent03b8f6ae02b7036abd3b959e281eb9fc29004a3d (diff)
downloadhdf5-c19e71dd3e02dc3b21f1822cbdaa05dbbac4bf56.zip
hdf5-c19e71dd3e02dc3b21f1822cbdaa05dbbac4bf56.tar.gz
hdf5-c19e71dd3e02dc3b21f1822cbdaa05dbbac4bf56.tar.bz2
[svn-r2995] Snapshot version 1.3 release 33
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 7742276..048b593 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 3 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 33 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */