summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-02-22 02:41:27 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-02-22 02:41:27 (GMT)
commit678910ed64c41566d3db10d2262250faae432f72 (patch)
treeb3da012161f536d8540e44055f02ce398db02947 /src
parent0f91b587f4a22afeb673af6882226c2d20ae96a6 (diff)
downloadhdf5-678910ed64c41566d3db10d2262250faae432f72.zip
hdf5-678910ed64c41566d3db10d2262250faae432f72.tar.gz
hdf5-678910ed64c41566d3db10d2262250faae432f72.tar.bz2
[svn-r1980] Snapshot version 1.3 release 12
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 99962f7..ed9b8f7 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -52,7 +52,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 12 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 13 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like -pre1, -beta. */
/* Empty string for real releases. */