summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-11-13 17:31:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-11-13 17:31:36 (GMT)
commit0553b775074d6cc7664fb8dbc0e545b140b006d3 (patch)
tree798d69ece993f12fe2544890b5ebab51ca435799 /src
parent7b5c10253661db951c0946b27a17cd3fd121fd5e (diff)
downloadhdf5-0553b775074d6cc7664fb8dbc0e545b140b006d3.zip
hdf5-0553b775074d6cc7664fb8dbc0e545b140b006d3.tar.gz
hdf5-0553b775074d6cc7664fb8dbc0e545b140b006d3.tar.bz2
[svn-r2879] 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 df940ff..7742276 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 32 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 33 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */