From 38db18cbd2c28a076b6ca985e62c6ace8a2eb58c Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 19 Dec 2017 17:33:27 -0800 Subject: [PATCH] Set version 21c now. Bootstrap files are from 21c directory instead of 21b. --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index 211007a42..482899819 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -39,7 +39,7 @@ ENABLE2="yes" ENABLE3="yes" ENABLE4="yes" -version=21b +version=21c SRCDIR=src BINDIR=bin TOOLDIR=$BINDIR -- GitLab