diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-07-24 21:48:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 21:48:11 (GMT) |
commit | 31cbc8965f5dca7eefb923f928071a7618896ff6 (patch) | |
tree | d031d74ab0f2eb74e57afb49b63270c3835bd014 /bin/h5vers | |
parent | 9d7760b25cc2ebae68074fb4dd501182b0d201e9 (diff) | |
download | hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.zip hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.gz hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.bz2 |
sync bin dir with develop (#3269)
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-x | bin/h5vers | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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; } |