# HG changeset patch # User nenolod # Date 1172332389 28800 # Node ID 62a9da5d40a8d9403ab385b743335baee0a357ca # Parent 6ac35794645f7d960a7d3096cb21b96fc1d71419 [svn] - make a note that MCS is required now. diff -r 6ac35794645f -r 62a9da5d40a8 ChangeLog --- a/ChangeLog Sat Feb 24 07:52:26 2007 -0800 +++ b/ChangeLog Sat Feb 24 07:53:09 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-24 15:52:26 +0000 William Pitcock + revision [4144] + - GTK+ 2.6 is required. + + trunk/README | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + + 2007-02-24 15:51:41 +0000 William Pitcock revision [4142] - update README table of contents diff -r 6ac35794645f -r 62a9da5d40a8 README --- a/README Sat Feb 24 07:52:26 2007 -0800 +++ b/README Sat Feb 24 07:53:09 2007 -0800 @@ -79,6 +79,9 @@ libglade >= 2.4 (http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/) + mcs >= 0.1 + (http://sacredspiral.co.uk/~nenolod/mcs) + If you compile Audacious from a fresh CVS checkout, you will also need the following tools: diff -r 6ac35794645f -r 62a9da5d40a8 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Feb 24 07:52:26 2007 -0800 +++ b/src/audacious/build_stamp.c Sat Feb 24 07:53:09 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070224-4142"; +const gchar *svn_stamp = "20070224-4144";