configure.ac: increment protocol version
This commit is contained in:
parent
07ce915c66
commit
c287452255
@ -14,7 +14,7 @@ AM_SILENT_RULES
|
|||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AC_DEFINE(PROTOCOL_VERSION, "0.20.0", [The MPD protocol version])
|
AC_DEFINE(PROTOCOL_VERSION, "0.21.0", [The MPD protocol version])
|
||||||
|
|
||||||
GIT_COMMIT=`GIT_DIR="$srcdir/.git" git describe --dirty --always 2>/dev/null`
|
GIT_COMMIT=`GIT_DIR="$srcdir/.git" git describe --dirty --always 2>/dev/null`
|
||||||
if test x$GIT_COMMIT != x; then
|
if test x$GIT_COMMIT != x; then
|
||||||
|
Loading…
Reference in New Issue
Block a user