universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.51k stars 622 forks source link

Q: the verison numbers in ctags.rc #3893

Closed masatake closed 9 months ago

masatake commented 9 months ago

@k-takata

I'm working on releasing v6.1.0.

I have a question about win32/ctags.rc file.

I updated only "VALUE "FileVersion", "6.0.0.0" when releasing v6.0.0.

Should I update

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 5,9,0,0
 PRODUCTVERSION 5,9,0,0

too?

I can't recover the mistake in v6.0.0. So I would like to update the file correctly when releasing v6.1.0.

k-takata commented 9 months ago

Yes, they should be also updated.

masatake commented 9 months ago

Thank you.