From 3ce1c435d7d80194fb93f9e8cd53a875ecc78018 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 12 Sep 2019 17:56:47 +0200 Subject: [PATCH] potrace: Convert to versionless bee file --- potrace-1.13-0.bee => potrace.be0 | 2 ++ 1 file changed, 2 insertions(+) rename potrace-1.13-0.bee => potrace.be0 (98%) diff --git a/potrace-1.13-0.bee b/potrace.be0 similarity index 98% rename from potrace-1.13-0.bee rename to potrace.be0 index 8de588406..e507729d4 100755 --- a/potrace-1.13-0.bee +++ b/potrace.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION potrace-1.13-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.)