diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-08 15:10:48 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-08 15:10:48 +0200 |
commit | 9962840222b6886f7653fc64443f19ebd661cc63 (patch) | |
tree | 67686d0db5f8806a114a9b634f6e67cf9b70f7fa /win | |
parent | 1f38b9adb576580d8e8638fefc5c7cb157f90a5c (diff) |
Fix a couple of issues
- Wrong doc for Snomask::GetDescription()
- Incorrect idle time when WHOISing remote users
- String + int = garbage
- Remote MODE commands (user mode changes) being broadcast in addition to being forwarded
- Incorrect revision being shown
Diffstat (limited to 'win')
-rw-r--r-- | win/config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/config.h.cmake b/win/config.h.cmake index dbe705ceb..081163fab 100644 --- a/win/config.h.cmake +++ b/win/config.h.cmake @@ -2,7 +2,7 @@ #define BRANCH "@MAJOR_VERSION@.@MINOR_VERSION@"
#define VERSION "@FULL_VERSION@"
-#define REVISION "0"
+#define REVISION "release"
#define SYSTEM "@CMAKE_SYSTEM@"
#define CONFIG_PATH "@CONF_PATH@"
|