aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-15 00:52:27 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-15 00:52:27 +0000
commit04b18f44c1af4da3c8c089c58bbc9bb2a1362bc1 (patch)
tree36534dd4cd556c0851d731cc7c6b17c1bcc387aa /make-version.pl
parentd7e93e99c7b3486b280c2c6dc5c3aa37ab608fcd (diff)
Make it more clear that we're faking a git description for now.
svn path=/trunk/; revision=54810
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-version.pl b/make-version.pl
index bbeecf97da..9c0cd25769 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -185,6 +185,7 @@ sub read_repo_info {
# XXX After the SVN->git migration we'll create tags for 1.11.x.
+ # Until then we'll fake it.
#chomp($line = qx{git describe --tags --dirty});
chomp($line = qx{git rev-parse --short HEAD});
if (defined($line)) {