From 9dc0fd34f695861bb6f6a6716caecf71f88db7cc Mon Sep 17 00:00:00 2001 From: Shawn Webb Date: Mon, 7 Jul 2014 10:55:24 -0400 Subject: [PATCH] Bump minor SO version number --- configure | 2 +- m4/reorganization/version.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 222423f66..f5ac02934 100755 --- a/configure +++ b/configure @@ -5086,7 +5086,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } VERSION="devel-`date +%Y%m%d`" LC_CURRENT=7 -LC_REVISION=21 +LC_REVISION=22 LC_AGE=1 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE" diff --git a/m4/reorganization/version.m4 b/m4/reorganization/version.m4 index 548ac7675..3fd4d5714 100644 --- a/m4/reorganization/version.m4 +++ b/m4/reorganization/version.m4 @@ -3,7 +3,7 @@ VERSION="devel-`date +%Y%m%d`" dnl VERSION="1.0rc1" LC_CURRENT=7 -LC_REVISION=21 +LC_REVISION=22 LC_AGE=1 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE" AC_SUBST([LIBCLAMAV_VERSION])