From 954c42df0c6cb2085377fe4b7d972460b6fceb60 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 1 Nov 2019 14:54:34 +0100 Subject: [PATCH] Minor version bump. --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.h b/bb.h index 0ae8e73..c5378a9 100644 --- a/bb.h +++ b/bb.h @@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.17.2" +#define BB_VERSION "0.17.3" #ifndef PATH_MAX #define PATH_MAX 4096