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:
Mike Jerris
2016-10-24 16:49:58 -05:00
+1 -1
View File
@@ -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>