mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
593 B
19 lines
593 B
dnl change this on a release
|
|
dnl VERSION="devel-`date +%Y%m%d`"
|
|
VERSION="0.101.0"
|
|
|
|
LC_CURRENT=9
|
|
LC_REVISION=0
|
|
LC_AGE=0
|
|
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
|
|
AC_SUBST([LIBCLAMAV_VERSION])
|
|
|
|
major=`expr $LC_CURRENT - $LC_AGE`
|
|
|
|
AC_DEFINE_UNQUOTED([LIBCLAMAV_FULLVER], "$major.$LC_AGE.$LC_REVISION",
|
|
["Full library version number"])
|
|
|
|
AC_DEFINE_UNQUOTED([LIBCLAMAV_MAJORVER], $major, ["Major library version number"])
|
|
|
|
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
|
|
AC_DEFINE_UNQUOTED([VERSION_SUFFIX],"$VERSION_SUFFIX",[Version suffix for package])
|
|
|