# HG changeset patch # User nenolod # Date 1170356754 28800 # Node ID baf223ec5417ac93c949a0aff754674a1789b73d # Parent e32be86095aa3c1eb379d3a6ce3bf3b777375baa [svn] - add build_stamp.c so that it can be autogenerated diff -r e32be86095aa -r baf223ec5417 ChangeLog --- a/ChangeLog Thu Feb 01 10:29:27 2007 -0800 +++ b/ChangeLog Thu Feb 01 11:05:54 2007 -0800 @@ -1,3 +1,12 @@ +2007-02-01 18:29:27 +0000 William Pitcock + revision [3936] + - re-add support for gtkrc files + + trunk/src/audacious/main.c | 5 +++++ + trunk/src/audacious/main.h | 1 + + 2 files changed, 6 insertions(+) + + 2007-02-01 18:21:09 +0000 William Pitcock revision [3934] - update audacious manpage for 1.3 diff -r e32be86095aa -r baf223ec5417 src/audacious/build_stamp.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/audacious/build_stamp.c Thu Feb 01 11:05:54 2007 -0800 @@ -0,0 +1,6 @@ +/* SVN repository version. + * This auto-generated file must not be included in SVN; but must + * be included in release tarballs. + */ +#include +const gchar *svn_stamp = "";