From c9d45599ccd280121e9ddc80a714b40863cc6c09 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 13 Oct 2019 21:21:20 -0700 Subject: [PATCH] Minor version bump --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.h b/bb.h index df88b1e..a98b15b 100644 --- a/bb.h +++ b/bb.h @@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.17.1" +#define BB_VERSION "0.17.2" #ifndef PATH_MAX #define PATH_MAX 4096