diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-04-15 09:20:13 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-04-15 09:20:13 (GMT) |
commit | 77d7a3328b044ae71a03bfc6aaac2af4d6eac923 (patch) | |
tree | b45a7bad6c6472618bd198a8a61ab50732d909cd /src/H5public.h | |
parent | fe83d5e288c257790508fa9008e4f3b7a79c91e5 (diff) | |
download | hdf5-77d7a3328b044ae71a03bfc6aaac2af4d6eac923.zip hdf5-77d7a3328b044ae71a03bfc6aaac2af4d6eac923.tar.gz hdf5-77d7a3328b044ae71a03bfc6aaac2af4d6eac923.tar.bz2 |
[svn-r1183] 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 010c963..392c418 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$"; /* 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 74 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 75 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |