diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-30 19:50:28 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-30 19:50:28 (GMT) |
commit | dcf8dbfe7fc67e3923e663fdbf767f942f11f6e2 (patch) | |
tree | 30a04772f71c3d4157828832e3f2aecab1739b9b /src/H5public.h | |
parent | e4aae4fd9b335b2e4212270ea595731d43fa3df1 (diff) | |
download | hdf5-dcf8dbfe7fc67e3923e663fdbf767f942f11f6e2.zip hdf5-dcf8dbfe7fc67e3923e663fdbf767f942f11f6e2.tar.gz hdf5-dcf8dbfe7fc67e3923e663fdbf767f942f11f6e2.tar.bz2 |
[svn-r550] Snapshot
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index 80b05d8..40a203c 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 0 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 38 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 39 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |