Browse code

0.93rc1

git-svn: trunk@3691

Tomasz Kojm authored on 2008/03/04 04:47:02
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Mar  3 19:46:41 CET 2008 (tk)
2
+---------------------------------
3
+  * V 0.93rc1
4
+
1 5
 Mon Mar  3 19:17:46 CET 2008 (tk)
2 6
 ---------------------------------
3 7
   * libclamav/others.c: bump f-level
... ...
@@ -2783,15 +2783,15 @@ cat >>confdefs.h <<\_ACEOF
2783 2783
 _ACEOF
2784 2784
 
2785 2785
 
2786
-VERSION="devel-`date +%Y%m%d`"
2786
+VERSION="0.93rc1"
2787 2787
 
2788 2788
 cat >>confdefs.h <<_ACEOF
2789 2789
 #define VERSION "$VERSION"
2790 2790
 _ACEOF
2791 2791
 
2792 2792
 
2793
-LC_CURRENT=3
2794
-LC_REVISION=3
2793
+LC_CURRENT=4
2794
+LC_REVISION=0
2795 2795
 LC_AGE=0
2796 2796
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2797 2797
 
... ...
@@ -40,11 +40,12 @@ dnl the date in the version
40 40
 AC_DEFINE([PACKAGE], PACKAGE_NAME, [Name of package])
41 41
 
42 42
 dnl change this on a release
43
-VERSION="devel-`date +%Y%m%d`"
43
+dnl VERSION="devel-`date +%Y%m%d`"
44
+VERSION="0.93rc1"
44 45
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
45 46
 
46
-LC_CURRENT=3
47
-LC_REVISION=3
47
+LC_CURRENT=4
48
+LC_REVISION=0
48 49
 LC_AGE=0
49 50
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
50 51
 AC_SUBST([LIBCLAMAV_VERSION])