MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

mpc version reports incorrect mpd version #88

Closed macmpi closed 2 years ago

macmpi commented 2 years ago

running mpd server 0.23.7 and mpc 0.34: mpc reports mpd as 0.23.5

$ mpd --version
Music Player Daemon 0.23.7 (v20220328-3728-g23ddff1f98)
Copyright 2003-2007 Warren Dukes <warren.dukes@gmail.com>
Copyright 2008-2021 Max Kellermann <max.kellermann@gmail.com>

$ mpc version
mpd version: 0.23.5
MaxKellermann commented 2 years ago

This is the protocol version, not the MPD version.

macmpi commented 2 years ago

Ok, thanks. Maybe doc needs to be clarified then https://www.musicpd.org/doc/mpc/html/

version - Reports the version of MPD.