Commit 579368d2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Break plugin ABI (due to next commit)

parent aba9d5a9
......@@ -120,8 +120,8 @@ enum vlc_module_properties
/**
* Current plugin ABI version
*/
# define MODULE_SYMBOL 1_1_0g
# define MODULE_SUFFIX "__1_1_0g"
# define MODULE_SYMBOL 1_2_0a
# define MODULE_SUFFIX "__1_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