mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r699] Updated version number for release.
This commit is contained in:
parent
d38baac55f
commit
51ff984269
2
README
2
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.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
3
bin/config.guess
vendored
3
bin/config.guess
vendored
@ -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 ;;
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user