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:19:40 +0300
committerJan Klass <kissaki@posteo.de>2018-07-03 23:51:31 +0300
commit5c3c96e9f2037f34abcd7246623875508747d207 (patch)
tree71f887a289ce0be079a28f4e5087e91a70500e3f /scripts
parent38e8893e3db4dceba03b2f98b0e308ed3a0bbb01 (diff)
Add descriptive comment to release.pl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 266386f3f..b9326b592 100755
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -4,7 +4,8 @@
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
-
+#
+# Creates a source tar.gz and zip file with adjusted Version.h file
use strict;
use warnings;
use Carp;