From 04b18f44c1af4da3c8c089c58bbc9bb2a1362bc1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 15 Jan 2014 00:52:27 +0000 Subject: Make it more clear that we're faking a git description for now. svn path=/trunk/; revision=54810 --- make-version.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'make-version.pl') 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)) { -- cgit v1.2.3