[Com0com-cvs] com2tcp version.h,1.2,1.3
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2007-05-07 11:16:23
|
Update of /cvsroot/com0com/com2tcp In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2228 Modified Files: version.h Log Message: Pre-tagging version change Index: version.h =================================================================== RCS file: /cvsroot/com0com/com2tcp/version.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** version.h 25 Nov 2005 13:43:56 -0000 1.2 --- version.h 7 May 2007 11:16:18 -0000 1.3 *************** *** 2,6 **** * $Id$ * ! * Copyright (c) 2005 Vyacheslav Frolov * * This program is free software; you can redistribute it and/or modify --- 2,6 ---- * $Id$ * ! * Copyright (c) 2005-2007 Vyacheslav Frolov * * This program is free software; you can redistribute it and/or modify *************** *** 23,32 **** #define _C2T_VERSION_H_ ! #define C2T_COPYRIGHT_YEARS "2005" #define C2T_V1 1 ! #define C2T_V2 2 #define C2T_V3 0 ! #define C2T_V4 1 #define MK_VERSION_STR1(V1, V2, V3, V4) #V1 "." #V2 "." #V3 "." #V4 --- 23,32 ---- #define _C2T_VERSION_H_ ! #define C2T_COPYRIGHT_YEARS "2005-2007" #define C2T_V1 1 ! #define C2T_V2 3 #define C2T_V3 0 ! #define C2T_V4 0 #define MK_VERSION_STR1(V1, V2, V3, V4) #V1 "." #V2 "." #V3 "." #V4 |