[wpdev-commits] wolfpack ChangeLog,1.8,1.9 res.rc,1.31,1.32 verinfo.h,1.40,1.41
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-19 19:17:31
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3272 Modified Files: ChangeLog res.rc verinfo.h Log Message: Released 12.9.8 Index: verinfo.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/verinfo.h,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** verinfo.h 6 Aug 2004 21:39:35 -0000 1.40 --- verinfo.h 19 Aug 2004 19:17:08 -0000 1.41 *************** *** 36,40 **** inline const char* productVersion() { ! return "12.9.8"; } --- 36,40 ---- inline const char* productVersion() { ! return "12.9.9"; } Index: res.rc =================================================================== RCS file: /cvsroot/wpdev/wolfpack/res.rc,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** res.rc 4 Jul 2004 16:45:43 -0000 1.31 --- res.rc 19 Aug 2004 19:17:08 -0000 1.32 *************** *** 36,40 **** 1 VERSIONINFO ! FILEVERSION 12,9,8,0 PRODUCTVERSION 13,0,0,0 FILEFLAGSMASK 0x3fL --- 36,40 ---- 1 VERSIONINFO ! FILEVERSION 12,9,9,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.8 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.9 Beta" VALUE "LegalCopyright", "© 2001-2004 Wolfpack Dev. Team" VALUE "OriginalFilename", "wolfpack.exe" Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 19 Aug 2004 12:06:56 -0000 1.8 --- ChangeLog 19 Aug 2004 19:17:08 -0000 1.9 *************** *** 29,33 **** (See Anti Speed Hack settings in the General group) - Added some additional checking to wolfpack.pro ! - Began binary save feature. (Incomplete) - Fixes for mul and diff files. Haven should now work. --- 29,33 ---- (See Anti Speed Hack settings in the General group) - Added some additional checking to wolfpack.pro ! - Binary save feature. Use the "binary" driver. - Fixes for mul and diff files. Haven should now work. |