comparison audacious/build_stamp.h @ 530:1947144093bc trunk

[svn] When running SVN, make a note of the SVN version. The SVN version is stored in build_stamp.c. ./audacious --version will display it.
author nenolod
date Fri, 27 Jan 2006 20:31:53 -0800
parents
children
comparison
equal deleted inserted replaced
529:91ff72a52821 530:1947144093bc
1 #ifndef BUILD_STAMP_H
2 #define BUILD_STAMP_H
3
4 #include <glib.h>
5
6 extern const gchar *svn_stamp;
7
8 #endif