[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-252-g7917a1e
Stephen Gran
steve at lobefin.net
Wed Jun 17 18:44:24 UTC 2009
The following commit has been merged in the debian/etch-volatile branch:
commit 7917a1e5725c2c9d873a62601317ba5d34d0386e
Author: Stephen Gran <steve at lobefin.net>
Date: Wed Jun 17 19:41:27 2009 +0100
Revert accidental version downgrade
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/configure b/configure
index 99ae32c..9ea378a 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for clamav 0.95.1.
+# Generated by GNU Autoconf 2.63 for clamav 0.95.2.
#
# Report bugs to <http://bugs.clamav.net/>.
#
@@ -747,8 +747,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='clamav'
PACKAGE_TARNAME='clamav'
-PACKAGE_VERSION='0.95.1'
-PACKAGE_STRING='clamav 0.95.1'
+PACKAGE_VERSION='0.95.2'
+PACKAGE_STRING='clamav 0.95.2'
PACKAGE_BUGREPORT='http://bugs.clamav.net/'
ac_unique_file="clamscan/clamscan.c"
@@ -1578,7 +1578,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.95.1 to adapt to many kinds of systems.
+\`configure' configures clamav 0.95.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1649,7 +1649,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of clamav 0.95.1:";;
+ short | recursive ) echo "Configuration of clamav 0.95.2:";;
esac
cat <<\_ACEOF
@@ -1799,7 +1799,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-clamav configure 0.95.1
+clamav configure 0.95.2
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1813,7 +1813,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.95.1, which was
+It was created by clamav $as_me 0.95.2, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2849,7 +2849,7 @@ fi
# Define the identity of the package.
PACKAGE='clamav'
- VERSION='0.95.1'
+ VERSION='0.95.2'
# Some tools Automake needs.
@@ -2989,7 +2989,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
-VERSION="0.95.1"
+VERSION="0.95.2"
cat >>confdefs.h <<_ACEOF
#define VERSION "$VERSION"
@@ -25928,7 +25928,7 @@ exec 6>&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.95.1, which was
+This file was extended by clamav $as_me 0.95.2, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25991,7 +25991,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-clamav config.status 0.95.1
+clamav config.status 0.95.2
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 03b2632..7114b47 100644
--- a/configure.in
+++ b/configure.in
@@ -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.95.1], [http://bugs.clamav.net/])
+AC_INIT([clamav], [0.95.2], [http://bugs.clamav.net/])
dnl put configure auxiliary into config
AC_CONFIG_AUX_DIR([config])
@@ -38,7 +38,7 @@ dnl we told automake to not define these, since we want to include
dnl the date in the version
AC_DEFINE([PACKAGE], PACKAGE_NAME, [Name of package])
-VERSION="0.95.1"
+VERSION="0.95.2"
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
LC_CURRENT=6
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list