From c3bccc2fd6ecb2000fa6a1243ee33c557b8d229e Mon Sep 17 00:00:00 2001 From: Shawn Webb Date: Mon, 7 Jul 2014 10:51:33 -0400 Subject: [PATCH] Revert "Bump SO major version number" This reverts commit 6e95088a71087a3c08e44904b912d7b6beeda8c4. --- configure | 4 ++-- m4/reorganization/version.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 348a9a919..222423f66 100755 --- a/configure +++ b/configure @@ -5085,8 +5085,8 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } VERSION="devel-`date +%Y%m%d`" -LC_CURRENT=8 -LC_REVISION=0 +LC_CURRENT=7 +LC_REVISION=21 LC_AGE=1 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE" diff --git a/m4/reorganization/version.m4 b/m4/reorganization/version.m4 index afe88a922..548ac7675 100644 --- a/m4/reorganization/version.m4 +++ b/m4/reorganization/version.m4 @@ -2,8 +2,8 @@ dnl change this on a release VERSION="devel-`date +%Y%m%d`" dnl VERSION="1.0rc1" -LC_CURRENT=8 -LC_REVISION=0 +LC_CURRENT=7 +LC_REVISION=21 LC_AGE=1 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE" AC_SUBST([LIBCLAMAV_VERSION])