summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-07-25 17:46:12 (GMT)
committerGitHub <noreply@github.com>2023-07-25 17:46:12 (GMT)
commitb78729638bf69dca9e0dd86eddd530d5fc1aef40 (patch)
treead54eff533b79d2662dc685e2226e67333e5b698 /bin/h5vers
parent8a364dd086df040af0bef02515f90841e0a8dc88 (diff)
downloadhdf5-b78729638bf69dca9e0dd86eddd530d5fc1aef40.zip
hdf5-b78729638bf69dca9e0dd86eddd530d5fc1aef40.tar.gz
hdf5-b78729638bf69dca9e0dd86eddd530d5fc1aef40.tar.bz2
sync bin dir with develop (#3270)
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-xbin/h5vers7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 6716794..1133451 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -16,8 +16,6 @@ use strict;
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
#
-# Robb Matzke
-# 17 July 1998
### Purpose
# Increments the hdf5 version number by changing the value of
@@ -118,8 +116,9 @@ Usage: $prog [OPTS] [FILE]
as \"version 1.1 release 0 (pre1)\" will be printed.
FILE
The name of the file that contains version information. This is
- seldom necessary since files H5public.h, src/H5public.h and
- ../src/H5public.h are automatically checked.
+ seldom necessary since the file H5public.h is checked for current
+ working directory at the top level, one level down, or in the src
+ directory where H5public.h resides.
EOF
exit 1;
}