From 0c493d8035ebbe6547fad9ce42e4376fc51263ae Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 5 Aug 2014 22:46:11 -0500 Subject: [PATCH] KIWAY support in 5054 is stable enough to use in view of all other new features. --- scripts/kicad-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index 1ff947053b..ec25f207ad 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -34,10 +34,9 @@ # Set where the 3 source trees will go, use a full path WORKING_TREES=~/kicad_sources -STABLE=tag:pre-kiway # currently the best mix of features and stabilty +STABLE=5054 # a sensible mix of features and stability TESTING=last:1 # the most recent - # Set this to STABLE or TESTING or other known revision number: REVISION=$STABLE