Interactive way to tell version of forth-mode
It would be nide to have a command that prints the version installed. I'm volunteering to do that.
The repo has no tags, so I'd say the version string could be like yyyy.mm.dd.hhhhhhh, where
yyyy.mm.dd would be the data of last commit, and hhhhhhh the truncated hash of the last commit. The string would be determined during build. If the packageis build out of the git tree, then the string would be yyyy.mm.dd.unknown, where yyyy.mm.dd would be the date of compilation.
Any objections?
This would require using $(shell ...) inside the Makefile. And creating a temporary version.el file, which would be concatenated with forth-mode.el. probably.
Or -- now that I think of it, wouldn't an "about" pop-up window be better?
See PR #80