--- version.c 2001/10/12 14:04:17 1.10
+++ version.c 2001/10/15 14:55:45 1.11
@@ -8,7 +8,7 @@
#ifndef _VERSION_C_
#define _VERSION_C_
-#define LMTP2NNTP_VERSION 0x101101
+#define LMTP2NNTP_VERSION 0x101102
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _VERSION_C_AS_HEADER_
lmtp2nntp_version_t lmtp2nntp_version = {
- 0x101101,
- "1.1b1",
- "1.1b1 (12-Oct-2001)",
- "This is lmtp2nntp, Version 1.1b1 (12-Oct-2001)",
- "lmtp2nntp 1.1b1 (12-Oct-2001)",
- "lmtp2nntp/1.1b1",
- "@(#)lmtp2nntp 1.1b1 (12-Oct-2001)",
- "$Id: lmtp2nntp 1.1b1 (12-Oct-2001) $"
+ 0x101102,
+ "1.1b2",
+ "1.1b2 (15-Oct-2001)",
+ "This is lmtp2nntp, Version 1.1b2 (15-Oct-2001)",
+ "lmtp2nntp 1.1b2 (15-Oct-2001)",
+ "lmtp2nntp/1.1b2",
+ "@(#)lmtp2nntp 1.1b2 (15-Oct-2001)",
+ "$Id: lmtp2nntp 1.1b2 (15-Oct-2001) $"
};
#endif /* _VERSION_C_AS_HEADER_ */
|