diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-05-20 09:21:52 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-05-20 09:21:52 (GMT) |
commit | 253cbe6d9c7d2fa5b08ba6fa4fed52de39e8d835 (patch) | |
tree | 0f9858c868a6f4a30b7fb5ea76d5c3c0aa45a8b5 /src | |
parent | 39d4289d7b2dbbd75a98e635b36bfd741e06e22b (diff) | |
download | hdf5-253cbe6d9c7d2fa5b08ba6fa4fed52de39e8d835.zip hdf5-253cbe6d9c7d2fa5b08ba6fa4fed52de39e8d835.tar.gz hdf5-253cbe6d9c7d2fa5b08ba6fa4fed52de39e8d835.tar.bz2 |
[svn-r1265] 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 f91e87d..a6ed918 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 101 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 102 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |