Browse code

Upissued to 0.67

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@291 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/02/16 18:39:22
Showing 2 changed files
... ...
@@ -224,6 +224,7 @@ Changes
224 224
 0.66n	13/2/04	Added TCPwrappers support
225 225
 		Removed duplication in version string
226 226
 		Handle machines that don't have in_port_t
227
+0.67	16/2/04	Upissued to 0.67
227 228
 
228 229
 BUG REPORTS
229 230
 
... ...
@@ -227,9 +227,13 @@
227 227
  *	0.66n	13/2/04	Added TCPwrappers support
228 228
  *			Removed duplication in version string
229 229
  *			Handle machines that don't have in_port_t
230
+ *	0.67	16/2/04	Upissued to 0.67
230 231
  *
231 232
  * Change History:
232 233
  * $Log: clamav-milter.c,v $
234
+ * Revision 1.46  2004/02/16 09:39:22  nigelhorne
235
+ * Upissued to 0.67
236
+ *
233 237
  * Revision 1.45  2004/02/14 17:20:38  nigelhorne
234 238
  * Add TCPwrappers support
235 239
  *
... ...
@@ -350,9 +354,9 @@
350 350
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
351 351
  * Added -f flag use MaxThreads if --max-children not set
352 352
  */
353
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.45 2004/02/14 17:20:38 nigelhorne Exp $";
353
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.46 2004/02/16 09:39:22 nigelhorne Exp $";
354 354
 
355
-#define	CM_VERSION	"0.66n"
355
+#define	CM_VERSION	"0.67"
356 356
 
357 357
 /*#define	CONFDIR	"/usr/local/etc"*/
358 358