ctags icon indicating copy to clipboard operation
ctags copied to clipboard

C++: wrong versioning

Open masatake opened this issue 9 months ago • 0 comments

To simplify the release process, I'm trying to generate the parts of NEWS automatically. Various "versioning" related changes are for the goal.

Though C++ parser introduces kinds and roles in d469bf986acc7837514680434e90bc6087fe2827, the current and age members of C++ parser were not incremented; they should be 2.2.

I must revise the version consistency and make a new release 6.2.1 or 6.3.0. The man pages for just recording the "changes" should be removed. They can be replaced by adding "VER" columns to the --list-kinds-full, --list-roles, and... options.

masatake avatar Jun 02 '25 18:06 masatake