aboutsummaryrefslogtreecommitdiffstats
path: root/util/up_ver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/up_ver.pl')
-rwxr-xr-xutil/up_ver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/up_ver.pl b/util/up_ver.pl
index ed9aa59af0..7dfa4e50a6 100755
--- a/util/up_ver.pl
+++ b/util/up_ver.pl
@@ -75,6 +75,6 @@ foreach $file (@files)
close(IN);
close(OUT);
(!$found) && die "unable to update the version number in $file\n";
- rename($file,"$file.old") || die "unable to rename $file:$!\n";
+ rename($file,"$file.bak") || die "unable to rename $file:$!\n";
rename("$file.new",$file) || die "unable to rename $file.new:$!\n";
}