Browse code

bump version numbers

git-svn: trunk@4864

Tomasz Kojm authored on 2009/02/26 04:33:27
Showing 3 changed files
... ...
@@ -2845,8 +2845,8 @@ cat >>confdefs.h <<_ACEOF
2845 2845
 _ACEOF
2846 2846
 
2847 2847
 
2848
-LC_CURRENT=5
2849
-LC_REVISION=4
2848
+LC_CURRENT=6
2849
+LC_REVISION=0
2850 2850
 LC_AGE=0
2851 2851
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2852 2852
 
... ...
@@ -43,8 +43,8 @@ VERSION="devel-`date +%Y%m%d`"
43 43
 dnl VERSION="0.94rc1"
44 44
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
45 45
 
46
-LC_CURRENT=5
47
-LC_REVISION=4
46
+LC_CURRENT=6
47
+LC_REVISION=0
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 38
47
+#define CL_FLEVEL 39
48 48
 #define CL_FLEVEL_DCONF	CL_FLEVEL
49 49
 
50 50
 extern uint8_t cli_debug_flag;