From 88421dbe5808254cb5348029de7c55652951ff8e Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 27 May 2019 16:11:49 +0200 Subject: [PATCH] gsl: set version string Install with: #> bee remove gsl-1.14-0.x86_64 #> bee install gsl-compat #> bee install gsl-2.5-0 --- gsl.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsl.be0 b/gsl.be0 index 5ca268436..4441f908d 100755 --- a/gsl.be0 +++ b/gsl.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gsl-2.5-0 + ## 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.)