[Com0com-cvs] com2tcp com2tcp.rc,1.2,1.3
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2005-10-18 16:11:55
|
Update of /cvsroot/com0com/com2tcp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21347 Modified Files: com2tcp.rc Log Message: Variable info moved to version.h Index: com2tcp.rc =================================================================== RCS file: /cvsroot/com0com/com2tcp/com2tcp.rc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** com2tcp.rc 22 Jun 2005 14:54:25 -0000 1.2 --- com2tcp.rc 18 Oct 2005 16:11:31 -0000 1.3 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.3 2005/10/18 16:11:31 vfrolov + * Variable info moved to version.h + * * Revision 1.2 2005/06/22 14:54:25 vfrolov * Changed version *************** *** 30,38 **** #include <windows.h> ! ! #define VER_FILEVERSION 1,1,0,0 ! #define VER_PRODUCTVERSION_STR "1.1.0.0" ! #define VER_LEGALCOPYRIGHT_YEARS "2005" #define VER_COMPANYNAME_STR "Vyacheslav Frolov\0" --- 33,41 ---- #include <windows.h> + #include "version.h" ! #define VER_FILEVERSION C2T_V1,C2T_V2,C2T_V3,C2T_V4 ! #define VER_PRODUCTVERSION_STR C2T_VERSION_STR ! #define VER_LEGALCOPYRIGHT_YEARS C2T_COPYRIGHT_YEARS #define VER_COMPANYNAME_STR "Vyacheslav Frolov\0" |