From 46b218ca346478d604061c8989191ad337124a30 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 23:59:27 +0200 Subject: Change version string Change the "main" name from "mplayer2" to "mplayer". Note that upstream mplayer2 uses "MPlayer2", and mplayer uses "MPlayer", so it's unambiguous. The version.sh script used to put the latest tag into the version script. The intention was to add a new tag on each release, but this hasn't been done in over a year, making the tag absolutely pointless. Remove it. Now "git-SHORTHASH" is used. Remove the string "MPlayer & mplayer2 teams" after the copyright date, because that sounded silly. --- mpcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.c') diff --git a/mpcommon.c b/mpcommon.c index 95c21ead65..e3e6c4ac81 100644 --- a/mpcommon.c +++ b/mpcommon.c @@ -18,4 +18,4 @@ #include "version.h" -const char *mplayer_version = "mplayer2 " VERSION; +const char *mplayer_version = "mplayer " VERSION; -- cgit v1.2.3