diff options
author | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-14 17:21:27 +0200 |
commit | ba892cbcb06fb47f64d3919c7c09db7f19ecfaf0 (patch) | |
tree | dee11fd5209d74d408336932f803724823653278 /src/main.c | |
parent | 197caee151f7b8a53eeaebc5b88f833a708fd8b8 (diff) | |
download | mpd-ba892cbcb06fb47f64d3919c7c09db7f19ecfaf0.tar.gz mpd-ba892cbcb06fb47f64d3919c7c09db7f19ecfaf0.tar.xz mpd-ba892cbcb06fb47f64d3919c7c09db7f19ecfaf0.zip |
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.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 8e6314a82..b4f821008 100644 --- a/src/main.c +++ b/src/main.c @@ -124,9 +124,10 @@ static void usage(char *argv[]) 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("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("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); LOG("\n"); |