Browse code

bump f-level and revision

git-svn: trunk@3399

Tomasz Kojm authored on 2007/12/13 08:19:44
Showing 4 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Dec 12 23:37:18 CET 2007 (tk)
2
+---------------------------------
3
+  * libclamav/others.c,configure.in: bump f-level and revision
4
+
1 5
 Wed Dec 12 23:34:36 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * docs: update
... ...
@@ -2774,7 +2774,7 @@ ac_config_headers="$ac_config_headers clamav-config.h"
2774 2774
 
2775 2775
 
2776 2776
 LC_CURRENT=3
2777
-LC_REVISION=2
2777
+LC_REVISION=3
2778 2778
 LC_AGE=0
2779 2779
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2780 2780
 
... ...
@@ -24,7 +24,7 @@ AM_INIT_AUTOMAKE(clamav, "devel-`date +%Y%m%d`")
24 24
 AM_CONFIG_HEADER(clamav-config.h)
25 25
 
26 26
 LC_CURRENT=3
27
-LC_REVISION=2
27
+LC_REVISION=3
28 28
 LC_AGE=0
29 29
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
30 30
 AC_SUBST(LIBCLAMAV_VERSION)
... ...
@@ -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 24 /* don't touch it */
83
+#define CL_FLEVEL 25 /* don't touch it */
84 84
 
85 85
 uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;
86 86