From 64836d720d52c674f88f9236bf5c9b8f941121c1 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 23 Mar 2008 20:30:02 -0700 Subject: [PATCH] Teach the release scripts about ugitlibs/defaults.py Signed-off-by: David Aguilar --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 4e283bae..9f284aff 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -2,4 +2,4 @@ unset CDPATH cd $(dirname $0) cd .. -eval echo $(grep VERSION wscript | perl -p -e 's/.*= //') +eval echo $(grep VERSION ugitlibs/defaults.py | perl -p -e 's/.*= //') -- 2.11.4.GIT