diff --git a/src/rpn-general.cc b/src/rpn-general.cc index 882c7eb..4bac9a8 100644 --- a/src/rpn-general.cc +++ b/src/rpn-general.cc @@ -23,7 +23,7 @@ static const char _description[] = static const char _syntax[] = ATTR_BOLD "Syntax" ATTR_OFF ": rpn [command]\nwith optional command = list of commands"; -static const char _uname[] = ATTR_BOLD "rpn v" RPN_VERSION ", (c) 2022 " ATTR_OFF; +static const char _uname[] = ATTR_BOLD "rpn " RPN_VERSION ", (c) 2022 " ATTR_OFF; /// @brief nop keyword implementation ///