Browse code

bump f-level

git-svn: trunk@3109

Tomasz Kojm authored on 2007/06/24 23:42:55
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Jun 24 16:18:52 CEST 2007 (tk)
2
+----------------------------------
3
+  * libclamav/others.c: bump f-level
4
+
1 5
 Sun Jun 24 16:11:49 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * freshclam/manager.c: fix scripted updates under win32 (bb#526)
... ...
@@ -80,7 +80,7 @@ static pthread_mutex_t cli_gentempname_mutex = PTHREAD_MUTEX_INITIALIZER;
80 80
 #define       P_tmpdir        "C:\\WINDOWS\\TEMP"
81 81
 #endif
82 82
 
83
-#define CL_FLEVEL 17 /* don't touch it */
83
+#define CL_FLEVEL 18 /* don't touch it */
84 84
 
85 85
 short cli_debug_flag = 0, cli_leavetemps_flag = 0;
86 86