diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-08-06 18:34:42 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-08-06 18:34:42 (GMT) |
commit | 786acbcd9004fd596b84cbc7405df2d6dc0b9bc5 (patch) | |
tree | 531b7bc2a6c91d21317ac9adafd45e6538967564 /bin/h5vers | |
parent | 9ed36ea1f71348ac861749a49252679fb8005028 (diff) | |
download | hdf5-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-x | bin/h5vers | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |