diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-02-17 20:19:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-02-17 20:19:13 (GMT) |
commit | 33258c0073aa623478d3b8bce7688925375115ed (patch) | |
tree | e91f7d45011ab55db53e457a8563ef4f9c7ab00c /bin | |
parent | 3f9200223761076b9cc97341ce586f8bae2f3948 (diff) | |
download | hdf5-33258c0073aa623478d3b8bce7688925375115ed.zip hdf5-33258c0073aa623478d3b8bce7688925375115ed.tar.gz hdf5-33258c0073aa623478d3b8bce7688925375115ed.tar.bz2 |
[svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to explicitly make it
clear that this release is not [currently] compatible with the older HDF
releases.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index 9a26116..2546d04 100755 --- a/bin/release +++ b/bin/release @@ -145,7 +145,7 @@ sub release (@) { # We build the release from above the root of the source tree so the # hdf5 directory appears as part of the name in the tar file. We create - # a temporary symlink called something like `hdf-5.0.0a' that points to + # a temporary symlink called something like `hdf5-1.0.0a' that points to # our current working directory. $_ = cwd; my ($parent,$root) = m%(.*)/(.*)$% or die "cannot split directory"; |