# HG changeset patch # User diego # Date 1280589437 0 # Node ID a6abbb323d0428ed28b7d2f06335ca3fbbc53279 # Parent e9739c0f84ed67018b3d5359943826237940c5a4 10l: Add the Subversion revision to the version string, not "VERSION". diff -r e9739c0f84ed -r a6abbb323d04 mpcommon.c --- a/mpcommon.c Sat Jul 31 13:47:47 2010 +0000 +++ b/mpcommon.c Sat Jul 31 15:17:17 2010 +0000 @@ -45,8 +45,8 @@ sub_data* subdata = NULL; subtitle* vo_sub_last = NULL; -const char *mencoder_version = "MEncoder VERSION"; -const char *mplayer_version = "MPlayer VERSION"; +const char *mencoder_version = "MEncoder " VERSION; +const char *mplayer_version = "MPlayer " VERSION; void print_version(const char* name) {