Commit 99d6ce3b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libvlccore: bump plugin interface version

parent ddcac444
......@@ -187,8 +187,8 @@ enum vlc_module_properties
/**
* Current plugin ABI version
*/
# define MODULE_SYMBOL 2_1_0a
# define MODULE_SUFFIX "__2_1_0a"
# define MODULE_SYMBOL 2_2_0a
# define MODULE_SUFFIX "__2_2_0a"
/*****************************************************************************
* Add a few defines. You do not want to read this section. Really.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment