From 5a02ff48e30219e6b9ecfbdef6a675c31d44635d Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Wed, 17 Oct 2007 13:44:07 +0000 Subject: [PATCH] * now its version 13.31 (i forgot to set 13.3 before, nvm that. head -> keyboard) --- src/Client/PseuWoW.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/PseuWoW.cpp b/src/Client/PseuWoW.cpp index a74fbd3..819b29a 100644 --- a/src/Client/PseuWoW.cpp +++ b/src/Client/PseuWoW.cpp @@ -46,7 +46,7 @@ void PseuInstanceRunnable::sleep(uint32 msecs) PseuInstance::PseuInstance(PseuInstanceRunnable *run) { _runnable=run; - _ver="PseuWoW Alpha Build 13.2" DEBUG_APPENDIX; + _ver="PseuWoW Alpha Build 13.31" DEBUG_APPENDIX; _ver_short="A13.2" DEBUG_APPENDIX; _wsession=NULL; _rsession=NULL;