* its about time now for a version upgrade + release version ;)

This commit is contained in:
false_genesis 2008-02-22 19:10:08 +00:00
parent 4405563a6b
commit dac491af3a
2 changed files with 4 additions and 3 deletions

View File

@ -46,8 +46,8 @@ void PseuInstanceRunnable::sleep(uint32 msecs)
PseuInstance::PseuInstance(PseuInstanceRunnable *run)
{
_runnable=run;
_ver="PseuWoW Alpha Build 13.4" DEBUG_APPENDIX;
_ver_short="A13.4" DEBUG_APPENDIX;
_ver="PseuWoW Alpha Build 13.5" DEBUG_APPENDIX;
_ver_short="A13.5" DEBUG_APPENDIX;
_wsession=NULL;
_rsession=NULL;
_scp=NULL;

View File

@ -26,7 +26,8 @@ bool doMaps=true, doSounds=false, doTextures=false, doWmos=false, doModels=false
int main(int argc, char *argv[])
{
char input[200];
printf("StuffExtract [version %u]\n\n",SE_VERSION);
printf("StuffExtract [version %u]\n",SE_VERSION);
printf("Use -help or -? to display help about command line arguments and config.\n\n",SE_VERSION);
ProcessCmdArgs(argc, argv);
PrintConfig();
if(!GetLocale())