changed package name to "mpd-mk", updated version number
This git branch has become a real MPD fork now. Time to change the package name to the code name "mpd-mk". Set the version number to "0.14~git" to mark this as a non-released version.
This commit is contained in:
parent
197caee151
commit
ba892cbcb0
3
AUTHORS
3
AUTHORS
|
@ -1,5 +1,8 @@
|
||||||
Current Developers
|
Current Developers
|
||||||
------------------
|
------------------
|
||||||
|
Max Kellermann <max@duempel.org>
|
||||||
|
general
|
||||||
|
|
||||||
Warren Dukes <warren.dukes@gmail.com>
|
Warren Dukes <warren.dukes@gmail.com>
|
||||||
general
|
general
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
|
||||||
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
|
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(mpd, 0.14.0, musicpd-dev-team@lists.sourceforge.net)
|
AC_INIT(mpd-mk, 0.14~git, max@duempel.org)
|
||||||
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
|
@ -124,9 +124,10 @@ static void usage(char *argv[])
|
||||||
|
|
||||||
static void version(void)
|
static void version(void)
|
||||||
{
|
{
|
||||||
LOG("mpd (MPD: Music Player Daemon) %s\n", VERSION);
|
LOG(PACKAGE " (MPD: Music Player Daemon) %s\n", VERSION);
|
||||||
LOG("\n");
|
LOG("\n");
|
||||||
LOG("Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n");
|
LOG("Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n");
|
||||||
|
LOG("Copyright (C) 2008 Max Kellermann <max@duempel.org>\n");
|
||||||
LOG("This is free software; see the source for copying conditions. There is NO\n");
|
LOG("This is free software; see the source for copying conditions. There is NO\n");
|
||||||
LOG("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
LOG("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
LOG("\n");
|
LOG("\n");
|
||||||
|
|
Loading…
Reference in New Issue