Browse code

bump flevel and LC_REVISION (not touching LC_CURRENT because the API changes only affect 0.95rc1)

git-svn: trunk@4960

Tomasz Kojm authored on 2009/03/17 03:36:16
Showing 3 changed files
... ...
@@ -2997,7 +2997,7 @@ _ACEOF
2997 2997
 
2998 2998
 
2999 2999
 LC_CURRENT=6
3000
-LC_REVISION=0
3000
+LC_REVISION=1
3001 3001
 LC_AGE=0
3002 3002
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3003 3003
 
... ...
@@ -26442,7 +26442,7 @@ $debug ||
26442 26442
 if test -n "$CONFIG_FILES"; then
26443 26443
 
26444 26444
 
26445
-ac_cr='
'
26445
+ac_cr=`echo X | tr X '\015'`
26446 26446
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
26447 26447
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
26448 26448
   ac_cs_awk_cr='\\r'
... ...
@@ -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=6
47
-LC_REVISION=0
47
+LC_REVISION=1
48 48
 LC_AGE=0
49 49
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
50 50
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -44,7 +44,7 @@
44 44
  * in re-enabling affected modules.
45 45
  */
46 46
 
47
-#define CL_FLEVEL 39
47
+#define CL_FLEVEL 40
48 48
 #define CL_FLEVEL_DCONF	CL_FLEVEL
49 49
 
50 50
 extern uint8_t cli_debug_flag;