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)
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.


No differences found