Browse code

bump f-level

git-svn: trunk@3133

Tomasz Kojm authored on 2007/07/11 07:44:51
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Jul 10 23:48:54 CEST 2007 (tk)
2
+----------------------------------
3
+  * libclamav/others.c: bump f-level
4
+
1 5
 Tue Jul 10 23:41:57 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * sigtool/sigtool.c: fix problems with main.cvd building
... ...
@@ -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 18 /* don't touch it */
83
+#define CL_FLEVEL 19 /* don't touch it */
84 84
 
85 85
 short cli_debug_flag = 0, cli_leavetemps_flag = 0;
86 86