Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2018-07-03 19:18:59 +0300
committerJan Klass <kissaki@posteo.de>2018-07-03 19:20:02 +0300
commit38e8893e3db4dceba03b2f98b0e308ed3a0bbb01 (patch)
tree0f5bc369c86158c72640ae0871629ef6a8ad70d0 /scripts
parentcfe8f804075f5625b2ea333825363b11e6bdc33c (diff)
Fix incorrect status text in release.pl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index b7bac01ec..266386f3f 100755
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -32,7 +32,7 @@ if ($#ARGV < 0) {
$ver = $ARGV[0];
}
-print "Adjusting Version.cpp\n";
+print "Adjusting Version.h\n";
open(F, "<src/Version.h") or croak "Could not open src/Version.h for reading";
my @lines = <F>;