summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-24 18:42:30 (GMT)
committerlrknox <lrknox>2017-03-24 18:42:30 (GMT)
commit00a19eebf00f17736ca01d2375ebdb05e5f817d8 (patch)
tree1e676cb32235093cfc8d7983791fdc677d5818dc /bin
parent972344e23141f4709c259322bc3480c9f437faae (diff)
downloadhdf5-00a19eebf00f17736ca01d2375ebdb05e5f817d8.zip
hdf5-00a19eebf00f17736ca01d2375ebdb05e5f817d8.tar.gz
hdf5-00a19eebf00f17736ca01d2375ebdb05e5f817d8.tar.bz2
Update RELEASE.txt Remove "currently under development" from h5vers for
HDF5Config.cmake that causes cmake not to find HDF5.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/h5vers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/h5vers b/bin/h5vers
index e4bdf5c..2ab89a1 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -356,7 +356,7 @@ if ($HDF5CONFIGCMAKE) {
my $sub_rel_ver_str = (
$newver[3] eq ""
? sprintf("\"%s\"", "")
- : sprintf("\"%s\"", "-".$newver[3].", currently under development")
+ : sprintf("\"%s\"", "-".$newver[3])
);
my $version_string = sprintf("\"%d.%d.%d\"", @newver[0,1,2]);