From: <ha...@us...> - 2003-05-15 07:10:04
|
Update of /cvsroot/decaldev/source/Inject In directory sc8-pr-cvs1:/tmp/cvs-serv20470 Modified Files: Inject.rc Log Message: 2504 resources Index: Inject.rc =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Inject.rc,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Inject.rc 28 Mar 2003 02:59:14 -0000 1.43 --- Inject.rc 15 May 2003 07:10:01 -0000 1.44 *************** *** 73,78 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,2 ! PRODUCTVERSION 2,5,0,2 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 73,78 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,5,0,4 ! PRODUCTVERSION 2,5,0,4 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 91,100 **** VALUE "Comments", "Inject is the heart of Decal, it places itself within the memory space of the AC Client and is responsible for drawing the UI on the screen" VALUE "FileDescription", "Inject Module" ! VALUE "FileVersion", "2, 5, 0, 2" VALUE "InternalName", "Inject" VALUE "LegalCopyright", "Copyright 2000, 2001" VALUE "OriginalFilename", "Inject.DLL" VALUE "ProductName", "Inject Module" ! VALUE "ProductVersion", "2, 5, 0, 2" END END --- 91,100 ---- VALUE "Comments", "Inject is the heart of Decal, it places itself within the memory space of the AC Client and is responsible for drawing the UI on the screen" VALUE "FileDescription", "Inject Module" ! VALUE "FileVersion", "2, 5, 0, 4" VALUE "InternalName", "Inject" VALUE "LegalCopyright", "Copyright 2000, 2001" VALUE "OriginalFilename", "Inject.DLL" VALUE "ProductName", "Inject Module" ! VALUE "ProductVersion", "2, 5, 0, 4" END END |