Browse code

bump flevel and revision

git-svn: trunk@4259

Tomasz Kojm authored on 2008/10/15 18:54:09
Showing 3 changed files
... ...
@@ -2817,7 +2817,7 @@ _ACEOF
2817 2817
 
2818 2818
 
2819 2819
 LC_CURRENT=5
2820
-LC_REVISION=1
2820
+LC_REVISION=2
2821 2821
 LC_AGE=0
2822 2822
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2823 2823
 
... ...
@@ -44,7 +44,7 @@ dnl VERSION="0.94rc1"
44 44
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
45 45
 
46 46
 LC_CURRENT=5
47
-LC_REVISION=1
47
+LC_REVISION=2
48 48
 LC_AGE=0
49 49
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
50 50
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -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 35 /* don't touch it */
93
+#define CL_FLEVEL 36 /* don't touch it */
94 94
 
95 95
 uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;
96 96