Merge pull request #1023 in FS/freeswitch from ~OPENCODE/freeswitch:bugfix/FS-9662-wrong-version-number-in-old-opal to master
* commit 'fb6f9a454e9f72df52f0e0e869d86aaa1f348743': FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
This commit is contained in:
commit
5c0c791e98
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
#if !OPAL_CHECK_VERSION(3,12,8)
|
||||
#error OPAL is too old to use, must be >= 2.12.8
|
||||
#error OPAL is too old to use, must be >= 3.12.8
|
||||
#endif
|
||||
|
||||
#include <ep/localep.h>
|
||||
|
|
Loading…
Reference in New Issue