[wpdev-commits] wolfpack verinfo.h,1.42,1.43
Brought to you by:
rip,
thiagocorrea
From: spddmn <xxx...@us...> - 2004-09-02 17:25:11
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15718 Modified Files: verinfo.h Log Message: undos the last change :-( Index: verinfo.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/verinfo.h,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** verinfo.h 2 Sep 2004 17:21:25 -0000 1.42 --- verinfo.h 2 Sep 2004 17:25:02 -0000 1.43 *************** *** 31,39 **** inline const char* productString() { ! #ifdef _DEBUG ! return "Wolfpack DEBUG BUILD"; ! #else ! return "Wolfpack Release"; ! #endif } --- 31,35 ---- inline const char* productString() { ! return "Wolfpack"; } |