Rudimentary file versioning.
authorIain Patterson <me@iain.cx>
Tue, 22 Oct 2013 15:33:01 +0000 (16:33 +0100)
committerIain Patterson <me@iain.cx>
Tue, 22 Oct 2013 15:33:01 +0000 (16:33 +0100)
commitcb641f9b0c4a2987c8fb4fe4ff431ecb660a924f
tree2e96e77d4d401ffe18fe648066280646d0ca9bb2
parente1550b15c5975d9554a175033a35d89645be2b76
Rudimentary file versioning.

Embed file version info in the resource file so that right-clicking the
executable shows the application version.

Unfortunately the version field must be formatted in a particular way so
we can't reuse the NSSM_VERSION #define from nssm.h but instead must
create a new #define and remember to update it when making a release.

Thanks fREW Schmidt.
nssm.h
nssm.rc