Dear Mike @mwyvr,
Which version of kid do I use?
It's hard to say, because -v, -V, --version and even -h say nothing about it.
I have to inject the version number manually via rcedit after compiling kid as follows
$ rcedit kid.exe --set-product-version "1.2.1" --set-version-string "FileDescription" "https://github.com/mwyvr/kid"
$ exiftool kid.exe
...
Product Version : 1.2.1
File Description : https://github.com/mwyvr/kid
Dear Mike @mwyvr,
Which version of
kiddo I use?It's hard to say, because
-v,-V,--versionand even-hsay nothing about it.I have to inject the version number manually via rcedit after compiling
kidas follows