summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-11-02 08:54:27 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-11-02 08:54:27 (GMT)
commit30b45c75e2a74dd0bef78ef7bd7ef932f53de711 (patch)
tree2d72ede358dfd9e325fc628c1b884229eef5f3ca /src/H5public.h
parenta6add2ab923f20733a3dc866c6e2ec1c7b84eb64 (diff)
downloadhdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.zip
hdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.tar.gz
hdf5-30b45c75e2a74dd0bef78ef7bd7ef932f53de711.tar.bz2
[svn-r6050] Snapshot version 1.5 release 40
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 6a3fa1a..4abea83 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -69,10 +69,10 @@
/* 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 40 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 41 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.5.40" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.5.41" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)