Browse code

update libclamav version number

git-svn: trunk@2895

Tomasz Kojm authored on 2007/03/02 10:58:52
Showing 2 changed files
... ...
@@ -2749,8 +2749,8 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2749 2749
 ac_config_headers="$ac_config_headers clamav-config.h"
2750 2750
 
2751 2751
 
2752
-LC_CURRENT=1
2753
-LC_REVISION=41
2752
+LC_CURRENT=2
2753
+LC_REVISION=1
2754 2754
 LC_AGE=0
2755 2755
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2756 2756
 
... ...
@@ -23,8 +23,8 @@ AC_CREATE_TARGET_H(target.h)
23 23
 AM_INIT_AUTOMAKE(clamav, "devel-`date +%Y%m%d`")
24 24
 AM_CONFIG_HEADER(clamav-config.h)
25 25
 
26
-LC_CURRENT=1
27
-LC_REVISION=41
26
+LC_CURRENT=2
27
+LC_REVISION=1
28 28
 LC_AGE=0
29 29
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
30 30
 AC_SUBST(LIBCLAMAV_VERSION)