From f317cabe460106286150cfda8cee714437b3bc3f Mon Sep 17 00:00:00 2001 From: Oliver Gloth Date: Wed, 28 Nov 2012 17:10:04 +0100 Subject: [PATCH] adapted to tag 1.4.0 --- build.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.bash b/build.bash index c7717f4..72af953 100755 --- a/build.bash +++ b/build.bash @@ -104,7 +104,8 @@ else done cd engrid - git checkout -b release-1.4 remotes/origin/release-1.4 + #git checkout -b release-1.4 remotes/origin/release-1.4 + git checkout 1.4.0 cd src source scripts/setup_pathes.bash source scripts/build-nglib.sh -- 2.11.4.GIT