From: Gordon M. <go...@us...> - 2003-10-27 03:09:55
|
Update of /cvsroot/bitcollider/bitcollider/bcshellext In directory sc8-pr-cvs1:/tmp/cvs-serv31737/bcshellext Modified Files: bcshellext.rc Log Message: added crc32 cmd-line switch; renamed md5 command-line switch; added registry check for Calculate[CRC32|MD5] for win-gui; tinkered with UI labelling; updated version to 0.5.1 Index: bcshellext.rc =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/bcshellext/bcshellext.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bcshellext.rc 23 Mar 2001 01:34:46 -0000 1.1 --- bcshellext.rc 27 Oct 2003 03:09:35 -0000 1.2 *************** *** 75,79 **** VALUE "FileVersion", "1, 0, 0, 1\0" VALUE "InternalName", "bcshellext\0" ! VALUE "LegalCopyright", "Copyright 2001\0" VALUE "OriginalFilename", "bcshellext.DLL\0" VALUE "ProductName", "bcshellext Module\0" --- 75,79 ---- VALUE "FileVersion", "1, 0, 0, 1\0" VALUE "InternalName", "bcshellext\0" ! VALUE "LegalCopyright", "Copyright 2003\0" VALUE "OriginalFilename", "bcshellext.DLL\0" VALUE "ProductName", "bcshellext Module\0" |