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

Nigel Horne authored on 2005/02/14 05:50:16
Showing 2 changed files
... ...
@@ -689,6 +689,7 @@ Changes
689 689
 			Added --sendmail-cf=file
690 690
 			Debug around mkdir/rmdir of tmpdir
691 691
 			SESSION mode: not all sessions were closed when quitting
692
+0.83	13/2/05:	Up issue
692 693
 
693 694
 INTERNATIONALISATION
694 695
 
... ...
@@ -26,6 +26,9 @@
26 26
  *
27 27
  * Change History:
28 28
  * $Log: clamav-milter.c,v $
29
+ * Revision 1.183  2005/02/13 20:50:15  nigelhorne
30
+ * 0.83
31
+ *
29 32
  * Revision 1.182  2005/02/11 22:15:24  nigelhorne
30 33
  * Added whitelist-file
31 34
  *
... ...
@@ -557,9 +560,9 @@
557 557
  * Revision 1.6  2003/09/28 16:37:23  nigelhorne
558 558
  * Added -f flag use MaxThreads if --max-children not set
559 559
  */
560
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.182 2005/02/11 22:15:24 nigelhorne Exp $";
560
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.183 2005/02/13 20:50:15 nigelhorne Exp $";
561 561
 
562
-#define	CM_VERSION	"0.82d"
562
+#define	CM_VERSION	"0.83"
563 563
 
564 564
 #if HAVE_CONFIG_H
565 565
 #include "clamav-config.h"