diff options
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | bin/config.guess | 3 | ||||
-rw-r--r-- | src/H5public.h | 4 |
3 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -This is hdf5-1.0.77 released on Wed Sep 9 14:44:04 EDT 1998 +This is hdf5-1.1.0 released on Wed Sep 9 13:23:03 CDT 1998 Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/bin/config.guess b/bin/config.guess index d334733..03f0dcd 100755 --- a/bin/config.guess +++ b/bin/config.guess @@ -303,6 +303,9 @@ EOF CRAY-2:*:*:*) echo cray2-cray-unicos exit 0 ;; + CRAY*TS:*:*:*) + echo crayts-cray-unicos + exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; diff --git a/src/H5public.h b/src/H5public.h index b8e5eeb..396b26b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -26,8 +26,8 @@ /* 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 77 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_MINOR 1 /* For minor interface/format changes */ +#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |