Mercurial > audlegacy
changeset 2464:baf223ec5417 trunk
[svn] - add build_stamp.c so that it can be autogenerated
author | nenolod |
---|---|
date | Thu, 01 Feb 2007 11:05:54 -0800 |
parents | e32be86095aa |
children | 890f503325bb |
files | ChangeLog src/audacious/build_stamp.c |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk> + 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 <nenolod@sacredspiral.co.uk> revision [3934] - update audacious manpage for 1.3
--- /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 <glib.h> +const gchar *svn_stamp = "";