diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:34:23 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-30 20:34:23 (GMT) |
commit | b499a05011321ff54053f7e4bf43af61d23a018b (patch) | |
tree | ddaf7a7bf029f378e3270cc239c79d2af97965d0 /src | |
parent | a0f7f1279cbe1456ebfd192f53d03e0fa2ed9de6 (diff) | |
download | hdf5-b499a05011321ff54053f7e4bf43af61d23a018b.zip hdf5-b499a05011321ff54053f7e4bf43af61d23a018b.tar.gz hdf5-b499a05011321ff54053f7e4bf43af61d23a018b.tar.bz2 |
[svn-r555] 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 8ca23f5..2dc29d7 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 0 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 43 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 44 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |