From 51ff984269fce896e20e84433ec333530858073d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 15 Sep 1998 16:50:28 -0500 Subject: [svn-r699] Updated version number for release. --- README | 2 +- bin/config.guess | 3 +++ src/H5public.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index ccd70e1..0cf5427 100644 --- a/README +++ b/README @@ -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) -- cgit v0.12