Changing ClamAV version number from 0.101.0 to 0.102.0-devel.

This commit is contained in:
Micah Snyder 2018-12-03 13:31:57 -05:00
parent ce6402f7fe
commit 2e26e12cab
8 changed files with 39 additions and 24 deletions

14
NEWS.md
View file

@ -3,6 +3,20 @@
Note: This file refers to the source tarball. Things described here may differ
slightly from the binary packages.
## 0.102.0
ClamAV 0.102.0 is in development.
### Notable changes in 0.102
-
### Acknowledgements
The ClamAV team thanks the following individuals for their code submissions:
-
## 0.101.0
ClamAV 0.101.0 is a feature release with an assortment of improvements that

26
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ClamAV 0.101.0.
# Generated by GNU Autoconf 2.69 for ClamAV 0.102.0-devel.
#
# Report bugs to <https://bugzilla.clamav.net/>.
#
@ -592,8 +592,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ClamAV'
PACKAGE_TARNAME='clamav'
PACKAGE_VERSION='0.101.0'
PACKAGE_STRING='ClamAV 0.101.0'
PACKAGE_VERSION='0.102.0-devel'
PACKAGE_STRING='ClamAV 0.102.0-devel'
PACKAGE_BUGREPORT='https://bugzilla.clamav.net/'
PACKAGE_URL='https://www.clamav.net/'
@ -1546,7 +1546,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ClamAV 0.101.0 to adapt to many kinds of systems.
\`configure' configures ClamAV 0.102.0-devel to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1617,7 +1617,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ClamAV 0.101.0:";;
short | recursive ) echo "Configuration of ClamAV 0.102.0-devel:";;
esac
cat <<\_ACEOF
@ -1842,7 +1842,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ClamAV configure 0.101.0
ClamAV configure 0.102.0-devel
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2432,7 +2432,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ClamAV $as_me 0.101.0, which was
It was created by ClamAV $as_me 0.102.0-devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4189,7 +4189,7 @@ fi
# Define the identity of the package.
PACKAGE='clamav'
VERSION='0.101.0'
VERSION='0.102.0-devel'
# Some tools Automake needs.
@ -5917,7 +5917,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
VERSION="0.101.0"
VERSION="0.102.0-devel-`date +%Y%m%d`"
LC_CURRENT=9
LC_REVISION=0
@ -29818,7 +29818,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ClamAV $as_me 0.101.0, which was
This file was extended by ClamAV $as_me 0.102.0-devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -29885,7 +29885,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ClamAV config.status 0.101.0
ClamAV config.status 0.102.0-devel
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@ -32706,7 +32706,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ClamAV $as_me 0.101.0, which was
This file was extended by ClamAV $as_me 0.102.0-devel, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -32773,7 +32773,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ClamAV config.status 0.101.0
ClamAV config.status 0.102.0-devel
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -20,7 +20,7 @@ dnl MA 02110-1301, USA.
AC_PREREQ([2.59])
dnl For a release change [devel] to the real version [0.xy]
dnl also change VERSION below
AC_INIT([ClamAV], [0.101.0], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
AC_INIT([ClamAV], [0.102.0-devel], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
dnl enable C++
AC_PROG_CXX()

View file

@ -110,10 +110,11 @@ enum FunctionalityLevels {
FUNC_LEVEL_099_4 = 85, /* LibClamAV release 0.99.4 */
FUNC_LEVEL_0100_0_BETA = 90, /* LibClamAV beta release 0.100.0-beta */
FUNC_LEVEL_0100_0 = 91, /* LibClamAV release 0.100.0, 0.100.0-rc */
FUNC_LEVEL_0100_1 = 92, /**< LibClamAV release 0.100.1 */
FUNC_LEVEL_0100_2 = 93, /**< LibClamAV release 0.100.2 */
FUNC_LEVEL_0100_1 = 92, /* LibClamAV release 0.100.1 */
FUNC_LEVEL_0100_2 = 93, /* LibClamAV release 0.100.2 */
FUNC_LEVEL_0101_0_BETA = 100, /* LibClamAV beta release 0.101.0-beta */
FUNC_LEVEL_0101_0 = 101, /* LibClamAV release 0.101.0, 0.101.0-rc */
FUNC_LEVEL_0102_0_BETA = 110, /* LibClamAV beta release 0.102.0-beta */
FUNC_LEVEL_100 = 255 /* future release candidate */
};

View file

@ -1,6 +1,6 @@
dnl change this on a release
dnl VERSION="devel-`date +%Y%m%d`"
VERSION="0.101.0"
VERSION="0.102.0-devel-`date +%Y%m%d`"
LC_CURRENT=9
LC_REVISION=0

View file

@ -8,7 +8,7 @@
[Setup]
AppName=ClamAV
AppVersion=0.101.0
AppVersion=0.102.0
DefaultDirName={pf}\ClamAV
DefaultGroupName=ClamAV
AppCopyright=2018 Cisco Systems, Inc.
@ -20,7 +20,7 @@ UninstallDisplayName=ClamAV
Compression=lzma2
SolidCompression=yes
OutputDir=.
OutputBaseFilename=ClamAV-0.101.0
OutputBaseFilename=ClamAV-0.102.0-devel
WizardImageFile=demon.bmp
WizardSmallImageFile=talos.bmp

View file

@ -469,7 +469,7 @@
#define PACKAGE_NAME "ClamAV"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ClamAV 0.101.0"
#define PACKAGE_STRING "ClamAV 0.102.0-devel"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "clamav"
@ -478,7 +478,7 @@
#define PACKAGE_URL "https://www.clamav.net/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.101.0"
#define PACKAGE_VERSION "0.102.0-devel"
/* scan buffer size */
#define SCANBUFF 131072
@ -514,7 +514,7 @@
/* #undef USE_SYSLOG */
/* Version number of package */
#define VERSION "0.101.0"
#define VERSION "0.102.0-devel"
/* Version suffix for package */
#define VERSION_SUFFIX ""

View file

@ -6,8 +6,8 @@
#define REPO_VERSION VERSION
#endif
#define RES_VER_Q 0,101,0,0
#define RES_VER_S "ClamAV 0.101.0"
#define RES_VER_Q 0,102,0,0
#define RES_VER_S "ClamAV 0.102.0-devel"
VS_VERSION_INFO VERSIONINFO
FILEVERSION RES_VER_Q