summaryrefslogtreecommitdiffstats
path: root/weechat/src/weechat.h
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/src/weechat.h')
-rw-r--r--weechat/src/weechat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/weechat/src/weechat.h b/weechat/src/weechat.h
index 6754b00b2..a1ce2eb1f 100644
--- a/weechat/src/weechat.h
+++ b/weechat/src/weechat.h
@@ -32,7 +32,7 @@
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
-#define WEECHAT_VERSION "0.0.2-pre3"
+#define WEECHAT_VERSION "0.0.2"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@@ -42,7 +42,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
-#define DEBUG 1
+#define DEBUG 0
/* log file */