Separate PROTOCOL_VERSION from VERSION
So we can have VERSION=0.12.0rc1 and keep the clients seeing 0.12.0 git-svn-id: https://svn.musicpd.org/mpd/trunk@4608 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
||||
#define GREETING "OK MPD " VERSION "\n"
|
||||
#define GREETING "OK MPD " PROTOCOL_VERSION "\n"
|
||||
|
||||
#define INTERFACE_MAX_BUFFER_LENGTH (40960)
|
||||
#define INTERFACE_LIST_MODE_BEGIN "command_list_begin"
|
||||
|
Reference in New Issue
Block a user