summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-08-24 16:08:20 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-08-24 16:08:20 (GMT)
commit071fb9393ee810269befd821e40f65fc590a9d90 (patch)
treeeebc040ea16bbffaa9e6acb250991634795a414a /bin/h5vers
parent54497d2b53c965aa995af37f89d24343af30a56f (diff)
parent47d97ed2c072926a2039e29f0ddda561fcaf502d (diff)
downloadhdf5-071fb9393ee810269befd821e40f65fc590a9d90.zip
hdf5-071fb9393ee810269befd821e40f65fc590a9d90.tar.gz
hdf5-071fb9393ee810269befd821e40f65fc590a9d90.tar.bz2
[svn-r27558] merge from trunk.
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");