Mercurial > audlegacy
changeset 3520:46a0eb1426f6 trunk
symbol is svn_stamp.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 12 Sep 2007 05:32:56 -0500 |
parents | ae0b80004a41 |
children | 2f5ef443b231 |
files | scripts/application.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/application.sh Wed Sep 12 03:37:47 2007 -0500 +++ b/scripts/application.sh Wed Sep 12 05:32:56 2007 -0500 @@ -29,5 +29,5 @@ cat << _EOF_ > src/audacious/build_stamp.c /* Generated automatically by makepackage. Any changes made here will be lost. */ #include <glib.h> -const gchar *svnstamp = "$TIP"; +const gchar *svn_stamp = "$TIP"; _EOF_