diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-09-15 21:50:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-09-15 21:50:28 (GMT) |
commit | 51ff984269fce896e20e84433ec333530858073d (patch) | |
tree | dd074f98ce1261d99ef240d9085b437a687a7b7d | |
parent | d38baac55f8d16ecdccdc2a3313f8fe48beaf326 (diff) | |
download | hdf5-51ff984269fce896e20e84433ec333530858073d.zip hdf5-51ff984269fce896e20e84433ec333530858073d.tar.gz hdf5-51ff984269fce896e20e84433ec333530858073d.tar.bz2 |
[svn-r699] Updated version number for release.r1_1beta1
-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) |