diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-04-01 20:07:23 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-04-01 20:07:23 (GMT) |
commit | 539406de996e938ef46a083a12b728627d0c1977 (patch) | |
tree | c8c4a0daffe41f932540631b6bdabdb4d18de897 /src | |
parent | f68caa19b22e6ddcd5885e5a33b9acfdd8006f31 (diff) | |
download | hdf5-539406de996e938ef46a083a12b728627d0c1977.zip hdf5-539406de996e938ef46a083a12b728627d0c1977.tar.gz hdf5-539406de996e938ef46a083a12b728627d0c1977.tar.bz2 |
[svn-r16650] Snapshot version 1.9 release 36
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Eterm.h | 2 | ||||
-rw-r--r-- | src/H5public.h | 4 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h index 86b22f1..ecad437 100644 --- a/src/H5Eterm.h +++ b/src/H5Eterm.h @@ -167,7 +167,7 @@ H5E_CANTDIRTY_g= H5E_CANTEXPUNGE_g= H5E_CANTRESIZE_g= H5E_CANTDEPEND_g= -H5E_CANTUNDEPEND_g= +H5E_CANTUNDEPEND_g= H5E_CANTNOTIFY_g= /* Link related errors */ diff --git a/src/H5public.h b/src/H5public.h index ab471b9..67f9464 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -71,10 +71,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 9 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 36 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 37 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.9.36" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.37" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) diff --git a/src/Makefile.in b/src/Makefile.in index 650f2bf..efd73e5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -409,7 +409,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 26 +LT_VERS_REVISION = 27 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |