Index: ossp-pkg/lmtp2nntp/version.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/version.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/version.c,v' 2>/dev/null --- version.c 2001/09/13 07:49:45 1.7 +++ version.c 2001/09/13 08:54:26 1.8 @@ -8,7 +8,7 @@ #ifndef _VERSION_C_ #define _VERSION_C_ -#define LMTP2NNTP_VERSION 0x009206 +#define LMTP2NNTP_VERSION 0x009207 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _VERSION_C_AS_HEADER_ lmtp2nntp_version_t lmtp2nntp_version = { - 0x009206, - "0.9.6", - "0.9.6 (13-Sep-2001)", - "This is lmtp2nntp, Version 0.9.6 (13-Sep-2001)", - "lmtp2nntp 0.9.6 (13-Sep-2001)", - "lmtp2nntp/0.9.6", - "@(#)lmtp2nntp 0.9.6 (13-Sep-2001)", + 0x009207, + "0.9.7", + "0.9.7 (13-Sep-2001)", + "This is lmtp2nntp, Version 0.9.7 (13-Sep-2001)", + "lmtp2nntp 0.9.7 (13-Sep-2001)", + "lmtp2nntp/0.9.7", + "@(#)lmtp2nntp 0.9.7 (13-Sep-2001)", "$Id$" };