[wpdev-commits] wolfpack res.rc,1.30,1.31 verinfo.h,1.36,1.37
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-04 16:55:30
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24310 Modified Files: res.rc verinfo.h Log Message: Increased version number. Index: verinfo.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/verinfo.h,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** verinfo.h 2 Jun 2004 15:04:07 -0000 1.36 --- verinfo.h 4 Jul 2004 16:45:43 -0000 1.37 *************** *** 36,40 **** inline const char* productVersion() { ! return "12.9.7"; } --- 36,40 ---- inline const char* productVersion() { ! return "12.9.8"; } Index: res.rc =================================================================== RCS file: /cvsroot/wpdev/wolfpack/res.rc,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** res.rc 24 May 2004 14:45:32 -0000 1.30 --- res.rc 4 Jul 2004 16:45:43 -0000 1.31 *************** *** 36,40 **** 1 VERSIONINFO ! FILEVERSION 12,9,7,0 PRODUCTVERSION 13,0,0,0 FILEFLAGSMASK 0x3fL --- 36,40 ---- 1 VERSIONINFO ! FILEVERSION 12,9,8,0 PRODUCTVERSION 13,0,0,0 FILEFLAGSMASK 0x3fL *************** *** 55,59 **** VALUE "CompanyName", "Wolfpack Development Team" VALUE "FileDescription", "Ultima Online Server Emulator" ! VALUE "FileVersion", "12.9.7 Beta" VALUE "LegalCopyright", "© 2001-2004 Wolfpack Dev. Team" VALUE "OriginalFilename", "wolfpack.exe" --- 55,59 ---- VALUE "CompanyName", "Wolfpack Development Team" VALUE "FileDescription", "Ultima Online Server Emulator" ! VALUE "FileVersion", "12.9.8 Beta" VALUE "LegalCopyright", "© 2001-2004 Wolfpack Dev. Team" VALUE "OriginalFilename", "wolfpack.exe" |