Browse code

Up-issued

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

Nigel Horne authored on 2004/06/14 18:05:50
Showing 2 changed files
... ...
@@ -402,6 +402,7 @@ Changes
402 402
 			clamav-milter, useful for checking load balancing etc.
403 403
 0.72	3/6/04	Up-issued
404 404
 0.72a	8/6/04	--from didn't take an option (fix to 0.71a)
405
+0.73	14/6/04	Up-issued
405 406
 
406 407
 BUG REPORTS
407 408
 
... ...
@@ -26,6 +26,9 @@
26 26
  *
27 27
  * Change History:
28 28
  * $Log: clamav-milter.c,v $
29
+ * Revision 1.95  2004/06/14 09:05:49  nigelhorne
30
+ * Up-issued
31
+ *
29 32
  * Revision 1.94  2004/06/13 02:11:25  kojm
30 33
  * improve output
31 34
  *
... ...
@@ -293,9 +296,9 @@
293 293
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
294 294
  * Added -f flag use MaxThreads if --max-children not set
295 295
  */
296
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.94 2004/06/13 02:11:25 kojm Exp $";
296
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.95 2004/06/14 09:05:49 nigelhorne Exp $";
297 297
 
298
-#define	CM_VERSION	"0.72a"
298
+#define	CM_VERSION	"0.73"
299 299
 
300 300
 /*#define	CONFDIR	"/usr/local/etc"*/
301 301