diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-11-10 09:25:52 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-11-10 09:25:52 (GMT) |
commit | a4ef96bca59d6edc6542d15f96537028b2634b0f (patch) | |
tree | 9b5d3a1a9e33049f13a5ed158afb938072ba72bb /src | |
parent | 7088f7715f364ddc5efe04e583a781f05953af3c (diff) | |
download | hdf5-a4ef96bca59d6edc6542d15f96537028b2634b0f.zip hdf5-a4ef96bca59d6edc6542d15f96537028b2634b0f.tar.gz hdf5-a4ef96bca59d6edc6542d15f96537028b2634b0f.tar.bz2 |
[svn-r887] Snapshot
Diffstat (limited to 'src')
-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 3135a28..27285ee 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 1 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 24 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 25 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |