From bad00e7b46568cca5e24931041fdaa80d6a96036 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 19 Aug 2014 13:07:38 -0500 Subject: [PATCH] uncork the hold on use of latest code in kicad-install.sh --- scripts/kicad-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index ec25f207ad..571866c0ca 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -38,7 +38,7 @@ 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 +REVISION=$TESTING # For info on revision syntax: # $ bzr help revisionspec