Make it more clear that we're faking a git description for now.
authorGerald Combs <gerald@wireshark.org>
Wed, 15 Jan 2014 00:52:27 +0000 (00:52 -0000)
committerGerald Combs <gerald@wireshark.org>
Wed, 15 Jan 2014 00:52:27 +0000 (00:52 -0000)
svn path=/trunk/; revision=54810

make-version.pl

index bbeecf97da383fd133e380c58c9cd47206f2cefe..9c0cd25769c7477bdb53a5a17bb026b908b3eb5e 100755 (executable)
@@ -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)) {