git-svn: trunk@1533

Nigel Horne authored on 2005/05/11 21:26:44
Showing 2 changed files
... ...
@@ -766,6 +766,7 @@ Changes
766 766
 			Always send 451 when reloading a database, even if
767 767
 				dont-wait isn't set
768 768
 0.84g	9/5/05:		Print an error in the log if a segfault is received
769
+0.85	11/5/05:	Up-issue
769 770
 
770 771
 4. INTERNATIONALISATION
771 772
 
... ...
@@ -22,9 +22,9 @@
22 22
  *
23 23
  * For installation instructions see the file INSTALL that came with this file
24 24
  */
25
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.198 2005/05/09 17:02:26 nigelhorne Exp $";
25
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.199 2005/05/11 12:26:44 nigelhorne Exp $";
26 26
 
27
-#define	CM_VERSION	"0.84g"
27
+#define	CM_VERSION	"0.85"
28 28
 
29 29
 #if HAVE_CONFIG_H
30 30
 #include "clamav-config.h"