summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-25 14:37:44 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-25 22:38:13 +0000
commitd015effb3c97b5c4935e965da420ad795d240eb1 (patch)
treedfe1503250cc9f6aef11618ea9ad91b4b4dce865 /make-version.pl
parentfcac03d7e67fa46586b34e6974d57b45b2599660 (diff)
downloadwireshark-d015effb3c97b5c4935e965da420ad795d240eb1.tar.gz
Update another comment to reflect reality.
Change-Id: I9747b746ed7c38ed3aa78f19ae20b61e142b94cc Reviewed-on: https://code.wireshark.org/review/6785 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/make-version.pl b/make-version.pl
index af75a6986b..5242282ad3 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -106,8 +106,7 @@ $ENV{LANG} = "C";
$ENV{LC_ALL} = "C";
$ENV{GIT_PAGER} = "";
-# Run "svn info". Parse out the most recent modification time and the
-# revision number.
+# Attempt to get revision information from the repository.
sub read_repo_info {
my $line;
my $version_format = $version_pref{"format"};