summaryrefslogtreecommitdiffstats
path: root/bin/make_vers
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/make_vers
parent9d7760b25cc2ebae68074fb4dd501182b0d201e9 (diff)
downloadhdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.zip
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.gz
hdf5-31cbc8965f5dca7eefb923f928071a7618896ff6.tar.bz2
sync bin dir with develop (#3269)
Diffstat (limited to 'bin/make_vers')
-rwxr-xr-xbin/make_vers4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/make_vers b/bin/make_vers
index 956fbfd..f428763 100755
--- a/bin/make_vers
+++ b/bin/make_vers
@@ -34,8 +34,6 @@ $indent = 2;
# Read in the public symbol version description text file and create the
# appropriate headers needed by the library.
#
-# Programmer: Quincey Koziol
-# Creation Date: 2007/07/10
##############################################################################
# Print the copyright into an open file
@@ -509,7 +507,7 @@ for $file (@ARGV) {
close SOURCE;
# Create header files
- print "Generating '", $prefix, "H5version.h'\n";
+ print "Generating 'H5version.h'\n";
create_public($prefix);
#for $name (sort keys %functions) {