diff options
-rw-r--r-- | functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h index 226548a..5afdca0 100644 --- a/functions.h +++ b/functions.h @@ -53,7 +53,7 @@ #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 +#define VERSION "0.1.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. |