1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Version 0.0.2

This commit is contained in:
Sebastien Helleu
2003-10-05 09:06:39 +00:00
parent ab6ca9a0b4
commit 627e0a24eb
16 changed files with 46 additions and 26 deletions
+2 -2
View File
@@ -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 */