<div>Currently ver issues the wine package level (e.g. 1.5.18) but</div><div>there are applications which look at the returned string and parse</div><div>it. Whilst few and far between, I've found a number of references</div>
<div>around the internet of people using the 'ver' output to identify</div><div>what windows the script is running on.</div><div><br></div><div>This patch changes the ver response so it reports the windows</div><div>
major,minor and build levels as per windows and adds the wine</div><div>level onto the line as well. Note I also prefixed the output with</div><div>an additional keyword as it keeps scripts happy who tokenize the</div><div>
words on the line as the build is then in the right word position.</div><div><br></div><div>Example output:</div><div>Wine CMD Version 5.1.2600 (1.5.18)</div><div><br></div><div>There's an argument to say we could just reject such bugs as</div>
<div>'wontfix', however the change to get this script working was so</div><div>small it was worth doing, and I do not feel the end result is</div><div>particularly detrimental either.</div><div><br></div><div>[Fixes bug 27088]</div>