diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/audacious/build_stamp.h	Fri Jan 27 20:31:53 2006 -0800
@@ -0,0 +1,8 @@
+#ifndef BUILD_STAMP_H
+#define BUILD_STAMP_H
+
+#include <glib.h>
+
+extern const gchar *svn_stamp;
+
+#endif