From 02d6a1a0539f696010770a46d1fd52df53400e69 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 4 Apr 2024 14:16:47 +0200 Subject: [PATCH] src: update version to 0.5 Changed since v0.4: - added a license file - added build rules for ALT Linux - improved detection of some CP2102 devices - small doc cleanups --- src/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bt.c b/src/bt.c index 17868a6..a4a6f42 100644 --- a/src/bt.c +++ b/src/bt.c @@ -54,7 +54,7 @@ #define MARGIN 1024 #ifndef VERSION -#define VERSION "0.4.0" +#define VERSION "0.5.0" #endif #ifndef MIN