on archlinux 64bit, having installed wine 1.7.4-1, it reports as 1.7.0:
$ pacman -Ss wine
multilib/wine 1.7.4-1 [installed]
$ wine --version
wine-1.7.0
Wine 1.7.4 reports as version 1.7.0
Re: Wine 1.7.4 reports as version 1.7.0
Did you ever install Wine you built yourself, and fail to uninstall it before installing the package?
If that's not the case, report the problem to the package maintainer.
If that's not the case, report the problem to the package maintainer.
Re: Wine 1.7.4 reports as version 1.7.0
Thanks, I didn't compile wine myself or anything, but for some reason a bunch of wine 1.7.0 binaries were in my /usr/local/bin! I just deleted them and then did a "hash -r" and it reports correct version now. I still have no idea what happened there.