Browse code

Up issued

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

Nigel Horne authored on 2004/06/29 19:04:47
Showing 2 changed files
... ...
@@ -415,7 +415,7 @@ Changes
415 415
 		Remove warning message on FreeBSD5.2
416 416
 0.73d	28/6/04	Don't error when creating the quarantine directory if it
417 417
 			already exists
418
-0.80	29/6/04	Up-issued
418
+0.74	29/6/04	Up-issued
419 419
 
420 420
 BUG REPORTS
421 421
 
... ...
@@ -26,6 +26,9 @@
26 26
  *
27 27
  * Change History:
28 28
  * $Log: clamav-milter.c,v $
29
+ * Revision 1.101  2004/06/29 10:04:47  nigelhorne
30
+ * Up issued
31
+ *
29 32
  * Revision 1.100  2004/06/29 08:27:02  nigelhorne
30 33
  * Up issued
31 34
  *
... ...
@@ -311,9 +314,9 @@
311 311
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
312 312
  * Added -f flag use MaxThreads if --max-children not set
313 313
  */
314
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.100 2004/06/29 08:27:02 nigelhorne Exp $";
314
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.101 2004/06/29 10:04:47 nigelhorne Exp $";
315 315
 
316
-#define	CM_VERSION	"0.80"
316
+#define	CM_VERSION	"0.74"
317 317
 
318 318
 /*#define	CONFDIR	"/usr/local/etc"*/
319 319