From 786acbcd9004fd596b84cbc7405df2d6dc0b9bc5 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Thu, 6 Aug 2015 13:34:42 -0500 Subject: [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. --- bin/h5vers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12