From: David Bremner Date: Thu, 5 Dec 2013 14:48:47 +0000 (+1900) Subject: Re: [PATCH 1/3] lib: Make VERSION macros agree with soname version X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb3306f1b3f8684486f17157c7911d187b2950ca;p=notmuch-archives.git Re: [PATCH 1/3] lib: Make VERSION macros agree with soname version --- diff --git a/4b/dedf6ba5147807a126b33679a714a8765faf24 b/4b/dedf6ba5147807a126b33679a714a8765faf24 new file mode 100644 index 000000000..ed7557100 --- /dev/null +++ b/4b/dedf6ba5147807a126b33679a714a8765faf24 @@ -0,0 +1,62 @@ +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 65369431FD8 + for ; Fri, 6 Dec 2013 09:48:29 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.485 +X-Spam-Level: +X-Spam-Status: No, score=0.485 tagged_above=-999 required=5 + tests=[DATE_IN_PAST_24_48=0.485] 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 iPFWi77GokZu for ; + Fri, 6 Dec 2013 09:48:23 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3C263431FD6 + for ; Fri, 6 Dec 2013 09:48:23 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VozVj-0003Uf-9o; Fri, 06 Dec 2013 13:48:19 -0400 +Received: (nullmailer pid 7448 invoked by uid 1000); Thu, 05 Dec 2013 + 14:48:47 -0000 +From: David Bremner +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/3] lib: Make VERSION macros agree with soname version +In-Reply-To: <1386173986-9624-1-git-send-email-amdragon@mit.edu> +References: <1386173986-9624-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.16+140~g3cf9264 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 05 Dec 2013 09:48:47 -0500 +Message-ID: <87iov3wdyo.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 06 Dec 2013 17:48:29 -0000 + +Austin Clements writes: + +> However, currently, these two version numbers are different, which is +> unnecessary and can lead to confusion (especially in things like +> Debian, which include the soname version in the package name). This +> patch makes them the same by bumping the version macros up to agree +> with the soname version. + +The series looks OK to me. + +d