diff --git a/cppcheck.cpp b/cppcheck.cpp index 4d3820604..2ef8e40d4 100644 --- a/cppcheck.cpp +++ b/cppcheck.cpp @@ -107,7 +107,7 @@ std::string CppCheck::parseFromArgs( int argc, const char* const argv[] ) if (_filenames.empty()) { std::ostringstream oss; - oss << "c++check 1.26\n" + oss << "c++check 1.27\n" "\n" "C/C++ code checking\n" "\n"