diff options
Diffstat (limited to 'src/s_chat.cpp')
| -rw-r--r-- | src/s_chat.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/s_chat.cpp b/src/s_chat.cpp index 912907e..56a8d22 100644 --- a/src/s_chat.cpp +++ b/src/s_chat.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/s_chat.cpp *: - *: yChat; Homepage: www.yChat.org; Version 0.5.6-BASIC + *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT *: *: Copyright (C) 2003, 2004 Paul C. Buetow, Volker Richter *: Copyright (C) 2005 EXA Digital Solutions GbR @@ -24,10 +24,10 @@ #ifndef GCHT_CXX #define GCHT_CXX -#include "s_chat.h" - -using namespace std; - -chat* s_chat::obj; +#define VERSION "0.8.3" +#define BRANCH "CURRENT" +#define BUILDNR 4268 +#define UNAME "Undefined" +#define COMPOPT "Undefined" #endif |
