diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-12-23 11:05:25 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-12-23 11:05:25 +0000 |
commit | 886629c16b9a24099f0e9cce5a5c92b3c901685b (patch) | |
tree | b9b349897f635d97d1644c99a896d2ee720cdf8b /functions.h | |
parent | 0883de2c491a8c79aec13d25bab429aea4362a10 (diff) |
Add BLABOUNCER VERSION command and change version string to have -git suffix between releases.
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h index 49417e8..643328f 100644 --- a/functions.h +++ b/functions.h @@ -55,7 +55,7 @@ #define MAXTOKENS 100 // For strsep string splitting -#define VERSION "0.2" // Blabouncer version +#define VERSION "0.2-git" // Blabouncer version // Write debug string to file. // Debug level is provided by level, set to one of DEBUG_CRIT, DEBUG_SOME or DEBUG_FULL. |