From 0517f094be536f76a625dfc385549c4e9adb4c44 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 19 Mar 2011 17:35:49 +0000 Subject: [PATCH] Update s_buildDate in preparation for an update of http://eduke32.com/VERSION and eduke32_current.zip git-svn-id: https://svn.eduke32.com/eduke32@1849 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/global.c b/polymer/eduke32/source/global.c index 95aa23802..ea6318076 100644 --- a/polymer/eduke32/source/global.c +++ b/polymer/eduke32/source/global.c @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "duke3d.h" #include "rev.h" -const char *s_buildDate = "20110109"; +const char *s_buildDate = "20110319"; char *MusicPtr = NULL; int32_t g_musicSize;