summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-08-06 18:34:42 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-08-06 18:34:42 (GMT)
commit786acbcd9004fd596b84cbc7405df2d6dc0b9bc5 (patch)
tree531b7bc2a6c91d21317ac9adafd45e6538967564 /bin/h5vers
parent9ed36ea1f71348ac861749a49252679fb8005028 (diff)
downloadhdf5-786acbcd9004fd596b84cbc7405df2d6dc0b9bc5.zip
hdf5-786acbcd9004fd596b84cbc7405df2d6dc0b9bc5.tar.gz
hdf5-786acbcd9004fd596b84cbc7405df2d6dc0b9bc5.tar.bz2
[svn-r27475] Updated h5vers to remove redundant version information for doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string.
H5committested.
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-xbin/h5vers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/h5vers b/bin/h5vers
index 2aa8023..2fe9105 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -317,7 +317,7 @@ if ($RELEASE) {
# Update the c++/src/cpp_doc_config file
if ($CPP_DOC_CONFIG) {
my $data = read_file($CPP_DOC_CONFIG);
- my $version_string = sprintf("HDF5 version %d.%d.%d%s %s",
+ my $version_string = sprintf("\"%d.%d.%d%s %s\"",
@newver[0,1,2],
$newver[3] eq "" ? "" : "-".$newver[3],
"currently under development");