Browse code

bump f-level

git-svn: trunk@3377

Tomasz Kojm authored on 2007/12/07 00:14:09
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Dec  6 15:29:00 CET 2007 (tk)
2
+---------------------------------
3
+  * libclamav/others.c: bump f-level
4
+
1 5
 Thu Dec  6 15:22:27 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * libclamav/pe.c: fix possible integer overflow in MEW related code
... ...
@@ -80,7 +80,7 @@ static pthread_mutex_t cli_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
80 80
 #define       P_tmpdir        "C:\\WINDOWS\\TEMP"
81 81
 #endif
82 82
 
83
-#define CL_FLEVEL 23 /* don't touch it */
83
+#define CL_FLEVEL 24 /* don't touch it */
84 84
 
85 85
 uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;
86 86