Mercurial > audlegacy
diff scripts/application.sh @ 3520:46a0eb1426f6 trunk
symbol is svn_stamp.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Wed, 12 Sep 2007 05:32:56 -0500 |
| parents | 54d6336163fe |
| children |
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_
