Browse code

libclamav/others.h, configure: bump f-level and LC_REVISION

git-svn: trunk@4983

Tomasz Kojm authored on 2009/03/24 01:54:44
Showing 4 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Mar 23 17:53:50 CET 2009 (tk)
2
+---------------------------------
3
+ * libclamav/others.h, configure: bump f-level and LC_REVISION
4
+
1 5
 Mon Mar 23 15:14:30 CET 2009 (acab)
2 6
 -----------------------------------
3 7
  * libclamav/untar.c: infloop in tar.c (bb#1462)
... ...
@@ -2997,7 +2997,7 @@ _ACEOF
2997 2997
 
2998 2998
 
2999 2999
 LC_CURRENT=6
3000
-LC_REVISION=1
3000
+LC_REVISION=2
3001 3001
 LC_AGE=0
3002 3002
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3003 3003
 
... ...
@@ -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=1
47
+LC_REVISION=2
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 40
47
+#define CL_FLEVEL 41
48 48
 #define CL_FLEVEL_DCONF	CL_FLEVEL
49 49
 
50 50
 extern uint8_t cli_debug_flag;