From a2f388e16891f71d97066cf2803d02ad61bae6d5 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 16 Sep 2019 20:55:14 +0100 Subject: Release version 0.2. Please see the NEWS file for a highlight of changes in this release. --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.h b/functions.h index e8b03f9..420e03f 100644 --- a/functions.h +++ b/functions.h @@ -55,7 +55,7 @@ #define MAXTOKENS 100 // For strsep string splitting -#define VERSION "0.1.1" // Blabouncer version +#define VERSION "0.2" // Blabouncer version // Write debug string to file. // Debug level is provided by level, set to one of DEBUG_CRIT, DEBUG_SOME or DEBUG_FULL. -- cgit v1.2.3