--- version.c 2001/08/20 14:41:56 1.2
+++ version.c 2001/08/23 14:03:30 1.3
@@ -8,7 +8,7 @@
#ifndef _VERSION_C_
#define _VERSION_C_
-#define LMTP2NNTP_VERSION 0x009201
+#define LMTP2NNTP_VERSION 0x009202
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _VERSION_C_AS_HEADER_
lmtp2nntp_version_t lmtp2nntp_version = {
- 0x009201,
- "0.9.1",
- "0.9.1 (20-Aug-2001)",
- "This is lmtp2nntp, Version 0.9.1 (20-Aug-2001)",
- "lmtp2nntp 0.9.1 (20-Aug-2001)",
- "lmtp2nntp/0.9.1",
- "@(#)lmtp2nntp 0.9.1 (20-Aug-2001)",
- "$Id: lmtp2nntp 0.9.1 (20-Aug-2001) $"
+ 0x009202,
+ "0.9.2",
+ "0.9.2 (23-Aug-2001)",
+ "This is lmtp2nntp, Version 0.9.2 (23-Aug-2001)",
+ "lmtp2nntp 0.9.2 (23-Aug-2001)",
+ "lmtp2nntp/0.9.2",
+ "@(#)lmtp2nntp 0.9.2 (23-Aug-2001)",
+ "$Id: lmtp2nntp 0.9.2 (23-Aug-2001) $"
};
#endif /* _VERSION_C_AS_HEADER_ */
|