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:
Eric Wong
2006-08-10 21:15:06 +00:00
parent c062fca22d
commit b46b2c9f69
2 changed files with 3 additions and 2 deletions

View File

@@ -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"