From bf50d035b70ebb35da5b79ee2acdfe000a8c3f3d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 25 Jan 2021 19:35:45 +0100 Subject: [PATCH] src: update the version to 0.3.0 There were sufficient updates to warrant a new release. --- src/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bt.c b/src/bt.c index 696c76c..17afe31 100644 --- a/src/bt.c +++ b/src/bt.c @@ -54,7 +54,7 @@ #define MARGIN 1024 #ifndef VERSION -#define VERSION "0.2.0" +#define VERSION "0.3.0" #endif #ifndef MIN