Browse code

Set version and bump library for 0.99-beta1.

Steven Morgan authored on 2015/05/29 06:52:02
Showing 2 changed files
... ...
@@ -20,7 +20,7 @@ dnl   MA 02110-1301, USA.
20 20
 AC_PREREQ([2.59])
21 21
 dnl For a release change [devel] to the real version [0.xy]
22 22
 dnl also change VERSION below
23
-AC_INIT([ClamAV], [devel], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
23
+AC_INIT([ClamAV], [0.99], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
24 24
 
25 25
 AH_BOTTOM([#include "platform.h"])
26 26
 dnl put configure auxiliary into config
... ...
@@ -1,9 +1,9 @@
1 1
 dnl change this on a release
2
-VERSION="devel-`date +%Y%m%d`"
3
-dnl VERSION="1.0rc1"
2
+dnl VERSION="devel-`date +%Y%m%d`"
3
+VERSION="0.99-beta1"
4 4
 
5 5
 LC_CURRENT=7
6
-LC_REVISION=26
6
+LC_REVISION=27
7 7
 LC_AGE=1
8 8
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
9 9
 AC_SUBST([LIBCLAMAV_VERSION])