Browse code

libclamav/others.c: bump f-level

git-svn: trunk@4160

Tomasz Kojm authored on 2008/09/02 03:24:47
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Sep  1 20:24:43 CEST 2008 (tk)
2
+----------------------------------
3
+  * libclamav/others.c: bump f-level
4
+
1 5
 Mon Sep  1 20:19:57 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * docs: update
... ...
@@ -90,7 +90,7 @@ static pthread_mutex_t cli_ctime_mutex = PTHREAD_MUTEX_INITIALIZER;
90 90
 #define       P_tmpdir        "C:\\WINDOWS\\TEMP"
91 91
 #endif
92 92
 
93
-#define CL_FLEVEL 34 /* don't touch it */
93
+#define CL_FLEVEL 35 /* don't touch it */
94 94
 
95 95
 uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;
96 96