commit | e5afa3b24b97f4dfb014780e4415c0e4961cba34 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 23 19:24:37 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 23 19:24:37 2009 +0000 |
tree | d1be5525c312aa56152fbf99a968e4f91e3561af | |
parent | f3bd687b2dd1ae509f25182adc6b228036bd3d9a [diff] |
support building with subversion 1.7 #6094
diff --git a/Modules/getbuildinfo.c b/Modules/getbuildinfo.c index b673f3f..f4bd14a 100644 --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c
@@ -48,5 +48,5 @@ static const char svnversion[] = SVNVERSION; if (svnversion[0] != '$') return svnversion; /* it was interpolated, or passed on command line */ - return "exported"; + return "Unversioned directory"; }