From fb0782076eb2844f8dfd8d05c54134c570c5d1ae Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 3 Nov 2016 21:53:25 +0100 Subject: [PATCH] tcsh: update revision from 6.19.00-0 to 6.19.00-1 Due to an incompatible compiler optimization, 6.19.00-0 is unusable. This revision contains a fix ( -fno-optimize-strlen ). See related commit. --- tcsh.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsh.be0 b/tcsh.be0 index 0629b30fd..ea8a60bcf 100755 --- a/tcsh.be0 +++ b/tcsh.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tcsh-6.19.00-0 +# BEE_VERSION tcsh-6.19.00-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)