From af668184706261ccd551152f287f35c92086d6fc Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sun, 13 Feb 2011 20:09:48 +0000 Subject: [PATCH] update sources date constant to 20110213 --- srcdate.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcdate.h b/srcdate.h index 18d5f98..cb2863f 100644 --- a/srcdate.h +++ b/srcdate.h @@ -1 +1,3 @@ -char src_date[]="20110312"; \ No newline at end of file +#ifndef __SRCDATE__ +#define __SRCDATE__ "20110312" +#endif