summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-07-24 21:48:11 (GMT)
committerGitHub <noreply@github.com>2023-07-24 21:48:11 (GMT)
commit31cbc8965f5dca7eefb923f928071a7618896ff6 (patch)
treed031d74ab0f2eb74e57afb49b63270c3835bd014 /bin/h5vers
parent9d7760b25cc2ebae68074fb4dd501182b0d201e9 (diff)
downloadhdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.zip
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.gz
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.bz2
sync bin dir with develop (#3269)
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;
}