diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-16 20:55:14 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-16 20:55:14 +0100 |
commit | a2f388e16891f71d97066cf2803d02ad61bae6d5 (patch) | |
tree | 894c3be8bfb4c8c2d34dc4eca60a64d968f08fd1 | |
parent | 3e562576abd5423b0ff0ab0931f3a1afdd2f3f62 (diff) |
Release version 0.2.v0.2
Please see the NEWS file for a highlight of changes in this release.
-rw-r--r-- | functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |