From: David Bremner Date: Sat, 28 Feb 2015 08:41:35 +0000 (+0100) Subject: [PATCH] lib: bump SONAME minor version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45f9e85ee96fee849a7a69bff77c73ff6d418773;p=notmuch-archives.git [PATCH] lib: bump SONAME minor version --- diff --git a/b9/026f46f4cc959f320829e6c74f16f6ef432591 b/b9/026f46f4cc959f320829e6c74f16f6ef432591 new file mode 100644 index 000000000..8aafc87c3 --- /dev/null +++ b/b9/026f46f4cc959f320829e6c74f16f6ef432591 @@ -0,0 +1,74 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id E2266431FD4 + for ; Sat, 28 Feb 2015 00:48:53 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id MF4jtzTKtFac for ; + Sat, 28 Feb 2015 00:48:50 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A3813431FB6 + for ; Sat, 28 Feb 2015 00:48:50 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YRcyT-0004So-S0; Sat, 28 Feb 2015 08:42:13 +0000 +Received: (nullmailer pid 32317 invoked by uid 1000); Sat, 28 Feb 2015 + 08:42:00 -0000 +From: David Bremner +To: David Bremner , notmuch@notmuchmail.org +Subject: [PATCH] lib: bump SONAME minor version +Date: Sat, 28 Feb 2015 09:41:35 +0100 +Message-Id: <1425112895-32263-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1421740421-10401-1-git-send-email-david@tethera.net> +References: <1421740421-10401-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 28 Feb 2015 08:48:54 -0000 + +This indicates upwardly compatible changes, namely adding new symbols. + +Although we don't formally need to do this until the next release, +there is no hard in doing it now, as long as we don't bump the minor +version for every addition between now and the release. +--- + lib/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Makefile.local b/lib/Makefile.local +index 4120390..7278f46 100644 +--- a/lib/Makefile.local ++++ b/lib/Makefile.local +@@ -11,7 +11,7 @@ LIBNOTMUCH_VERSION_MAJOR = 4 + # the time of release for any additions to the library interface, + # (and when it is incremented, the release version of the library should + # be reset to 0). +-LIBNOTMUCH_VERSION_MINOR = 1 ++LIBNOTMUCH_VERSION_MINOR = 2 + + # The release version the library interface. This should be incremented at + # the time of release if there have been no changes to the interface, (but +-- +2.1.4 +