Browse code

update flevel/revision

git-svn: trunk@4313

Tomasz Kojm authored on 2008/10/30 23:01:20
Showing 3 changed files
... ...
@@ -2819,7 +2819,7 @@ _ACEOF
2819 2819
 
2820 2820
 
2821 2821
 LC_CURRENT=5
2822
-LC_REVISION=2
2822
+LC_REVISION=3
2823 2823
 LC_AGE=0
2824 2824
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2825 2825
 
... ...
@@ -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=2
47
+LC_REVISION=3
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 36 /* don't touch it */
93
+#define CL_FLEVEL 37 /* don't touch it */
94 94
 
95 95
 uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;
96 96