Re: [PATCH] lib: bump minor version to mark added symbols

Subject: Re: [PATCH] lib: bump minor version to mark added symbols

Date: Sun, 02 Oct 2016 10:12:24 +0300

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Sun, Oct 02 2016, David Bremner <david@tethera.net> wrote:

> This should not change the SONAME, and therefore won't change the
> dynamic linking behaviour, but it may help some users debug missing
> symbols in case their libnotmuch is too old.
> ---
>
> this should probably go into 0.23

+1 for 0.23

>
> lib/notmuch.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/notmuch.h b/lib/notmuch.h
> index e03a05d..251c29b 100644
> --- a/lib/notmuch.h
> +++ b/lib/notmuch.h
> @@ -56,7 +56,7 @@ NOTMUCH_BEGIN_DECLS
>   * version in Makefile.local.
>   */
>  #define LIBNOTMUCH_MAJOR_VERSION	4
> -#define LIBNOTMUCH_MINOR_VERSION	3
> +#define LIBNOTMUCH_MINOR_VERSION	4
>  #define LIBNOTMUCH_MICRO_VERSION	0
>  
>  
> -- 
> 2.9.3
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

Thread: