diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index c311f21dc..b574fc6f4 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -638,7 +638,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[]) // --std else if (std::strcmp(argv[i], "--std=posix") == 0) { - printMessage("cppcheck: Option --std=posix is deprecated and will be removed in 1.95."); + printMessage("cppcheck: Option --std=posix is deprecated and will be removed in 2.05."); } else if (std::strcmp(argv[i], "--std=c89") == 0) { mSettings->standards.c = Standards::C89; } else if (std::strcmp(argv[i], "--std=c99") == 0) {