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 6F3E6431FD2 for ; Wed, 4 Dec 2013 08:20:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 gffl-QiJBlAe for ; Wed, 4 Dec 2013 08:19:57 -0800 (PST) Received: from dmz-mailsec-scanner-7.mit.edu (dmz-mailsec-scanner-7.mit.edu [18.7.68.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 86455431FC2 for ; Wed, 4 Dec 2013 08:19:57 -0800 (PST) X-AuditID: 12074424-b7fa56d000000be4-2f-529f562c3aed Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-7.mit.edu (Symantec Messaging Gateway) with SMTP id D4.7D.03044.C265F925; Wed, 4 Dec 2013 11:19:56 -0500 (EST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id rB4GJsiL008164; Wed, 4 Dec 2013 11:19:55 -0500 Received: from drake.dyndns.org (216-15-114-40.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [216.15.114.40]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id rB4GJqoF001682 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 4 Dec 2013 11:19:53 -0500 Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1VoFB2-0002W0-LB; Wed, 04 Dec 2013 11:19:52 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 3/3] lib: Bump library version from 3.0.0 to 3.1.0 Date: Wed, 4 Dec 2013 11:19:46 -0500 Message-Id: <1386173986-9624-3-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1386173986-9624-1-git-send-email-amdragon@mit.edu> References: <1386173986-9624-1-git-send-email-amdragon@mit.edu> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrKIsWRmVeSWpSXmKPExsUixG6nrqsTNj/I4OhUHYsbrd2MFk3TnS2u 35zJ7MDscev+a3aPZ6tuMXtsOfSeOYA5issmJTUnsyy1SN8ugStj27TIgpN8FVumPGFuYHzK 3cXIySEhYCJx/+k/ZghbTOLCvfVsXYxcHEICs5kkWo58ZYdwNjBKTP17Hypzm0ni1f677CAt QgJzGSXezLQHsdkENCS27V/OCGKLCEhL7Lw7mxXEZhbwklh2oR/MFhZwkmh68IANxGYRUJXo X7kMLM4rYC/xbv0kqDOUJBae2gYW5xRwkPj29CgrxC57iQ0velgnMPIvYGRYxSibklulm5uY mVOcmqxbnJyYl5dapGuul5tZopeaUrqJERxaLio7GJsPKR1iFOBgVOLhTeCcFyTEmlhWXJl7 iFGSg0lJlFcweH6QEF9SfkplRmJxRnxRaU5q8SFGCQ5mJRHeyYFAOd6UxMqq1KJ8mJQ0B4uS OO8tDvsgIYH0xJLU7NTUgtQimKwMB4eSBG9ZKFCjYFFqempFWmZOCUKaiYMTZDgP0HBZkBre 4oLE3OLMdIj8KUZFKXHewyFACQGQREZpHlwvLPZfMYoDvSLMuxSknQeYNuC6XwENZgIa3Pxg HsjgkkSElFQD466guit8Fzet3Ge062m8b+Td5NgVSzPX3kyJdjbxjk3ftvZpWZDpnuwPk34c qrmrI5OSeI1loeTbC/Lm1qsN5QLYf04tF/Ay9u1PirGv43ieq9mq+eD5hrNlW1jkatSKX1wp Tfm7ae6n2slcYZm+1rOtFovf4LRVXSmQXrL5reyPFV98Si8lKrEUZyQaajEXFScCAPIIhDLY AgAA 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: Wed, 04 Dec 2013 16:20:02 -0000 This version of the library introduces LIBNOTMUCH_CHECK_VERSION and the *_VERSION macros. Bumping the version number is also necessary to make the comment on LIBNOTMUCH_CHECK_VERSION no longer a lie. --- lib/Makefile.local | 2 +- lib/notmuch.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Makefile.local b/lib/Makefile.local index cd2c60d..c56cba9 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -11,7 +11,7 @@ LIBNOTMUCH_VERSION_MAJOR = 3 # 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 = 0 +LIBNOTMUCH_VERSION_MINOR = 1 # 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 diff --git a/lib/notmuch.h b/lib/notmuch.h index cb108ef..d30768d 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -46,7 +46,7 @@ NOTMUCH_BEGIN_DECLS * version in Makefile.local. */ #define LIBNOTMUCH_MAJOR_VERSION 3 -#define LIBNOTMUCH_MINOR_VERSION 0 +#define LIBNOTMUCH_MINOR_VERSION 1 #define LIBNOTMUCH_MICRO_VERSION 0 /* @@ -55,11 +55,11 @@ NOTMUCH_BEGIN_DECLS * Return true if the library being compiled against is of the * specified version or above. For example: * - * #if LIBNOTMUCH_CHECK_VERSION(3, 0, 0) - * (code requiring libnotmuch 3.0.0 or above) + * #if LIBNOTMUCH_CHECK_VERSION(3, 1, 0) + * (code requiring libnotmuch 3.1.0 or above) * #endif * - * LIBNOTMUCH_CHECK_VERSION has been defined since version 3.0.0; you + * LIBNOTMUCH_CHECK_VERSION has been defined since version 3.1.0; you * can use #if !defined(NOTMUCH_CHECK_VERSION) to check for versions * prior to that. */ -- 1.8.4.rc3