Delete leftover line from bin/h5vers. (#5900)

This commit is contained in:
Larry Knox
2025-10-06 08:20:24 -05:00
committed by GitHub
parent 4399814deb
commit 45b7ee8179
-1
View File
@@ -322,7 +322,6 @@ if ($CHANGELOG) {
for (my $i = 0; $i < $#contents; ++$i) {
if ($contents[$i] =~ /^# 🔆 Executive Summary: HDF5 Version/) {
$contents[$i] = sprintf("# 🔆 Executive Summary: HDF5 Version %d.%d.%d\n", @newver[0,1,2]);
@newver[0,1,2]);
last;
}
}