diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-07-18 21:37:51 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-07-18 21:42:01 +0100 |
commit | 165cb674c689b1c779a357cd20467844c855e93e (patch) | |
tree | 042a03e2f65a815526f5f68b299291f7e5f55670 /functions.h | |
parent | 1702786389a71b28aac9c2f66dc27fa02889de22 (diff) |
Release version 0.1!v0.1
Also add version information (client welcome message, -v, and --version).
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h index 009a019..226548a 100644 --- a/functions.h +++ b/functions.h @@ -53,6 +53,8 @@ #define MAXCHANNELS 1024 // Let's assume 1024 is reasonable for now (it's configured per IRCd) #define MAXRFCNICKLEN 9 // From RFC 1459 +#define VERSION "0.1" // Blabouncer version + // Write debug string to file. // Debug level is provided by level, set to one of DEBUG_CRIT, DEBUG_SOME or DEBUG_FULL. // Debug is only written if the global int "debug" is greater than or equal to the level. |