ossp-pkg/lmtp2nntp/lmtp2nntp.c 1.61 -> 1.62
--- lmtp2nntp.c 2001/09/13 13:45:12 1.61
+++ lmtp2nntp.c 2001/09/13 14:24:49 1.62
@@ -43,8 +43,8 @@
/* library version check (compile-time) */
#define L2_VERSION_HEX_REQ 0x001200
#define L2_VERSION_STR_REQ "0.1.0"
-#define STR_VERSION_HEX_REQ 0x009205
-#define STR_VERSION_STR_REQ "0.9.5"
+#define STR_VERSION_HEX_REQ 0x009206
+#define STR_VERSION_STR_REQ "0.9.6"
#ifdef L2_VERSION_HEX
#if L2_VERSION_HEX < L2_VERSION_HEX_REQ
#error "require a newer version of OSSP L2"
|
|