From 6ffe39308b3e102c830510c2f25d2224fdeac415 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 13 Oct 2019 18:41:48 -0700 Subject: Deprecated support for piping commands in to bb at startup (undocumented). Users should use xargs if they want to do that sort of thing. --- bb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bb.h') diff --git a/bb.h b/bb.h index ba4d404..7cf7d80 100644 --- a/bb.h +++ b/bb.h @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include @@ -26,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.17.0" +#define BB_VERSION "0.17.1" #ifndef PATH_MAX #define PATH_MAX 4096 -- cgit v1.2.3