diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-04-22 09:20:22 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-04-22 09:20:22 (GMT) |
commit | fa6c38d72f5658dbad0eafa6450d0a2991779050 (patch) | |
tree | 1fd67745e1daf5470d25f7bb1bab315526f8571f | |
parent | 4e904eb4a309cdfced737185e33b7b544e6a88ea (diff) | |
download | hdf5-fa6c38d72f5658dbad0eafa6450d0a2991779050.zip hdf5-fa6c38d72f5658dbad0eafa6450d0a2991779050.tar.gz hdf5-fa6c38d72f5658dbad0eafa6450d0a2991779050.tar.bz2 |
[svn-r1202] Snapshot
-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 8f0bb8f..50d9034 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 81 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 82 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |