Browse code

bump numbers

Tomasz Kojm authored on 2010/03/11 03:02:14
Showing 3 changed files
... ...
@@ -3475,8 +3475,8 @@ cat >>confdefs.h <<_ACEOF
3475 3475
 _ACEOF
3476 3476
 
3477 3477
 
3478
-LC_CURRENT=6
3479
-LC_REVISION=5
3478
+LC_CURRENT=7
3479
+LC_REVISION=0
3480 3480
 LC_AGE=0
3481 3481
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3482 3482
 
... ...
@@ -46,8 +46,8 @@ VERSION="devel-`date +%Y%m%d`"
46 46
 dnl VERSION="0.94rc1"
47 47
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
48 48
 
49
-LC_CURRENT=6
50
-LC_REVISION=5
49
+LC_CURRENT=7
50
+LC_REVISION=0
51 51
 LC_AGE=0
52 52
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
53 53
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -53,7 +53,7 @@
53 53
  * in re-enabling affected modules.
54 54
  */
55 55
 
56
-#define CL_FLEVEL 49
56
+#define CL_FLEVEL 50
57 57
 #define CL_FLEVEL_DCONF	CL_FLEVEL
58 58
 
59 59
 extern uint8_t cli_debug_flag;