1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

Added locale.h header, and version is now 0.0.2-pre3

This commit is contained in:
Sebastien Helleu
2003-10-04 11:29:51 +00:00
parent 2968e61d97
commit 073b1d0bd4
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -24,13 +24,14 @@
#define __WEECHAT_H 1
#include <stdio.h>
#include <locale.h>
#include <libintl.h>
#define _(string) gettext(string)
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
#define WEECHAT_VERSION "0.0.2-pre2"
#define WEECHAT_VERSION "0.0.2-pre3"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@@ -40,7 +41,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
#define DEBUG 0
#define DEBUG 1
/* log file */
+3 -2
View File
@@ -24,13 +24,14 @@
#define __WEECHAT_H 1
#include <stdio.h>
#include <locale.h>
#include <libintl.h>
#define _(string) gettext(string)
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
#define WEECHAT_VERSION "0.0.2-pre2"
#define WEECHAT_VERSION "0.0.2-pre3"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@@ -40,7 +41,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
#define DEBUG 0
#define DEBUG 1
/* log file */