Skip to content

Commit

Permalink
Bump plugin API version for new supported extension (see #2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Feb 22, 2022
1 parent 46a2637 commit ee313ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ janus_plugin *create(void) {
* Janus instance or it will crash.
*
*/
#define JANUS_PLUGIN_API_VERSION 100
#define JANUS_PLUGIN_API_VERSION 101

/*! \brief Initialization of all plugin properties to NULL
*
Expand Down

0 comments on commit ee313ac

Please sign in to comment.