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

Tomi Ollila tomi.ollila at iki.fi
Sun Oct 2 00:12:24 PDT 2016


On Sun, Oct 02 2016, David Bremner <david at 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 at notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list