From: <go...@us...> - 2002-08-27 19:41:26
|
Update of /cvsroot/decaldev/source/DecalFilters In directory usw-pr-cvs1:/tmp/cvs-serv5466/DecalFilters Modified Files: DecalFilters.rc Log Message: Add hooks for 3Dwidth and height. Added hook for using Madars 'ItemExists' memloc Index: DecalFilters.rc =================================================================== RCS file: /cvsroot/decaldev/source/DecalFilters/DecalFilters.rc,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** DecalFilters.rc 14 Aug 2002 22:36:53 -0000 1.43 --- DecalFilters.rc 27 Aug 2002 19:41:19 -0000 1.44 *************** *** 55,60 **** VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,3,1,7 ! PRODUCTVERSION 2,3,1,7 FILEFLAGSMASK 0x3fL #ifdef _DEBUG --- 55,60 ---- VS_VERSION_INFO VERSIONINFO ! FILEVERSION 2,3,1,8 ! PRODUCTVERSION 2,3,1,8 FILEFLAGSMASK 0x3fL #ifdef _DEBUG *************** *** 74,78 **** VALUE "CompanyName", "\0" VALUE "FileDescription", "DecalFilters Module\0" ! VALUE "FileVersion", "2, 3, 1, 7\0" VALUE "InternalName", "DecalFilters\0" VALUE "LegalCopyright", "Copyright 2001\0" --- 74,78 ---- VALUE "CompanyName", "\0" VALUE "FileDescription", "DecalFilters Module\0" ! VALUE "FileVersion", "2, 3, 1, 8\0" VALUE "InternalName", "DecalFilters\0" VALUE "LegalCopyright", "Copyright 2001\0" *************** *** 82,86 **** VALUE "PrivateBuild", "\0" VALUE "ProductName", "DecalFilters Module\0" ! VALUE "ProductVersion", "2, 3, 1, 7\0" VALUE "SpecialBuild", "\0" END --- 82,86 ---- VALUE "PrivateBuild", "\0" VALUE "ProductName", "DecalFilters Module\0" ! VALUE "ProductVersion", "2, 3, 1, 8\0" VALUE "SpecialBuild", "\0" END |