summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-07-25 18:04:05 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-07-25 18:04:05 +0100
commitab87103cdd2971e671fb577d40073cd3837ed32b (patch)
tree6c3fb643e9e039781a84ec5e1997753bfd193f71
parent5fb0302b1fddbb4a0c71c2150f1d357e1097b4ee (diff)
Release version 0.1.1.v0.1.1
This fixes a bug where messages would be logged to the wrong file if the bouncer's nick had changed whilst running.
-rw-r--r--functions.h2
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.