diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-02-23 15:48:29 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-02-23 15:48:29 (GMT) |
commit | 6dc577e1636b255394af11eafa24b8504bc01850 (patch) | |
tree | 0e0af94ced58e45d62ca15f9a19b3fbc715a3ddc /src | |
parent | 7962652c940787bf7ac29d98d621eeaf1e36cfdf (diff) | |
download | hdf5-6dc577e1636b255394af11eafa24b8504bc01850.zip hdf5-6dc577e1636b255394af11eafa24b8504bc01850.tar.gz hdf5-6dc577e1636b255394af11eafa24b8504bc01850.tar.bz2 |
[svn-r1098] 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 82cd9e2..cee9194 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 49 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 50 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |