[vlc-devel] [vlc-commits] Bump ABI
Steve Lhomme
robux4 at gmail.com
Wed Apr 5 08:28:29 CEST 2017
On Tue, Apr 4, 2017 at 7:07 PM, Rémi Denis-Courmont <git at videolan.org> wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 4 20:07:31 2017 +0300| [c6ed150a01de13caef72b05238c3ecba3fb2f203] | committer: Rémi Denis-Courmont
>
> Bump ABI
What change requires an ABI bump ?
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6ed150a01de13caef72b05238c3ecba3fb2f203
> ---
>
> include/vlc_plugin.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
> index 39a9e0b..aea5f06 100644
> --- a/include/vlc_plugin.h
> +++ b/include/vlc_plugin.h
> @@ -188,8 +188,8 @@ enum vlc_module_properties
> /**
> * Current plugin ABI version
> */
> -# define MODULE_SYMBOL 3_0_0d
> -# define MODULE_SUFFIX "__3_0_0d"
> +# define MODULE_SYMBOL 3_0_0e
> +# define MODULE_SUFFIX "__3_0_0e"
>
> /*****************************************************************************
> * Add a few defines. You do not want to read this section. Really.
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
More information about the vlc-devel
mailing list