From fb6f9a454e9f72df52f0e0e869d86aaa1f348743 Mon Sep 17 00:00:00 2001 From: David Matson Date: Mon, 24 Oct 2016 12:10:21 -0700 Subject: [PATCH] FS-9662 #resolves [mod_opal] Fix version number in old OPAL error --- src/mod/endpoints/mod_opal/mod_opal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_opal/mod_opal.h b/src/mod/endpoints/mod_opal/mod_opal.h index eaa24dfd84..d0cec372ad 100644 --- a/src/mod/endpoints/mod_opal/mod_opal.h +++ b/src/mod/endpoints/mod_opal/mod_opal.h @@ -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