Bug#502875: returns wrong version number

2008-10-20 Thread Decklin Foster
Excerpts from W. Martin Borgert's message of Mon Oct 20 10:58:47 -0400 2008: > mpd returns '0.13.0' instead of '0.13.2'. I installed python-mpd > and typed in python: I have indeed noticed this writing Njiiri, it does look pretty silly :-) Next upstream release will fix this; since it's cosmetic

Bug#502875: returns wrong version number

2008-10-20 Thread W. Martin Borgert
Package: mpd Version: 0.13.2-1 Severity: minor mpd returns '0.13.0' instead of '0.13.2'. I installed python-mpd and typed in python: import mpd client = mpd.MPDClient() client.connect("localhost", 6600) print client.mpd_version # prints '0.13.0' client.close() client.disconnect() The error is no