diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-04-19 09:19:57 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-04-19 09:19:57 (GMT) |
commit | 760403e137ffe5bcf4e7d92140e68d2f0d797517 (patch) | |
tree | bd977854c8d7b80b10b098f92503d359820b5e45 /src/H5public.h | |
parent | ed9118ff7a2bec14fcf710f525ffffc5bb23b984 (diff) | |
download | hdf5-760403e137ffe5bcf4e7d92140e68d2f0d797517.zip hdf5-760403e137ffe5bcf4e7d92140e68d2f0d797517.tar.gz hdf5-760403e137ffe5bcf4e7d92140e68d2f0d797517.tar.bz2 |
[svn-r1195] 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 9c4ecc1..03c4fc3 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 78 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 79 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |