bump flevel and LC_REVISION (not touching LC_CURRENT because the API changes

only affect 0.95rc1)


git-svn: trunk@4960
remotes/push_mirror/0.95
Tomasz Kojm 16 years ago
parent f655548f95
commit 2cf6a78796
  1. 4
      configure
  2. 2
      configure.in
  3. 2
      libclamav/others.h

4
configure vendored

@ -2997,7 +2997,7 @@ _ACEOF
LC_CURRENT=6
LC_REVISION=0
LC_REVISION=1
LC_AGE=0
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
@ -26442,7 +26442,7 @@ $debug ||
if test -n "$CONFIG_FILES"; then
ac_cr=' '
ac_cr=`echo X | tr X '\015'`
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
ac_cs_awk_cr='\\r'

@ -44,7 +44,7 @@ dnl VERSION="0.94rc1"
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
LC_CURRENT=6
LC_REVISION=0
LC_REVISION=1
LC_AGE=0
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
AC_SUBST([LIBCLAMAV_VERSION])

@ -44,7 +44,7 @@
* in re-enabling affected modules.
*/
#define CL_FLEVEL 39
#define CL_FLEVEL 40
#define CL_FLEVEL_DCONF CL_FLEVEL
extern uint8_t cli_debug_flag;

Loading…
Cancel
Save