diff --git a/Tools/Templates/Human/libdef.any b/Tools/Templates/Human/libdef.any index 6c6db036c..b8c45c1bc 100644 --- a/Tools/Templates/Human/libdef.any +++ b/Tools/Templates/Human/libdef.any @@ -1,9 +1,9 @@ #include "../libdef.any" -#if AMMR_VERSION_MAJOR < 2 | (AMMR_VERSION_MAJOR <= 2 & AMMR_VERSION_MINOR < 3) +#if AMMR_VERSION_MAJOR < 3 | (AMMR_VERSION_MAJOR <= 0 & AMMR_VERSION_MINOR < 0) Main = { -ERROR "Wrong AMMR version. Please modify libdef.any to point to the correct AMMR (>=2.2)" +ERROR "Wrong AMMR version. Please modify libdef.any to point to the correct AMMR (>=3.0.0)" }; #endif