Browse code

bump flevel and revision

git-svn: trunk@5031

Tomasz Kojm authored on 2009/04/08 01:51:56
Showing 3 changed files
... ...
@@ -2997,7 +2997,7 @@ _ACEOF
2997 2997
 
2998 2998
 
2999 2999
 LC_CURRENT=6
3000
-LC_REVISION=2
3000
+LC_REVISION=3
3001 3001
 LC_AGE=0
3002 3002
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3003 3003
 
... ...
@@ -26539,7 +26539,7 @@ $debug ||
26539 26539
 if test -n "$CONFIG_FILES"; then
26540 26540
 
26541 26541
 
26542
-ac_cr='
'
26542
+ac_cr=`echo X | tr X '\015'`
26543 26543
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
26544 26544
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
26545 26545
   ac_cs_awk_cr='\\r'
... ...
@@ -44,7 +44,7 @@ dnl VERSION="0.94rc1"
44 44
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
45 45
 
46 46
 LC_CURRENT=6
47
-LC_REVISION=2
47
+LC_REVISION=3
48 48
 LC_AGE=0
49 49
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
50 50
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -44,7 +44,7 @@
44 44
  * in re-enabling affected modules.
45 45
  */
46 46
 
47
-#define CL_FLEVEL 41
47
+#define CL_FLEVEL 42
48 48
 #define CL_FLEVEL_DCONF	CL_FLEVEL
49 49
 
50 50
 extern uint8_t cli_debug_flag;