If I type the following from the cli:
[cj@vrproductions2 ~]$ wine
Wine 20050830
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
[cj@vrproductions2 ~]$ rpm -qa | grep wine
wine-devel-0.9.12-1.fc4
wine-arts-0.9.12-1.fc4
wine-tools-0.9.12-1.fc4
wine-jack-0.9.12-1.fc4
winetools-0.9-3jo
wine-0.9.12-1.fc4
Is Wine 20050830 the same as wine-0.9.12-1.fc4? Last fall, I installed Wine 
from source - that's the Wine 20050830. Do I have two Wine versions 
installed, or does this look normal?
-- 
Claude Jones
Bluemont, VA, USA
Am Samstag, den 29.04.2006, 00:58 -0400 schrieb Claude Jones:> Is Wine 20050830 the same as wine-0.9.12-1.fc4?No. wine 0.9.12 is the newest released Snapshot (from April 2006).> Last fall, I installed Wine > from source - that's the Wine 20050830. Do I have two Wine versions > installed,Yes: "which wine" print the location of the used wine-version "make uninstall" (in the dir, where you build wine-20050830) will uninstall that version. It might be possible, that you need to reinstall wine-0.9.12 again. -- By By ... ... Detlef