change version numbers for build

This commit is contained in:
Chris Danford
2009-04-01 10:20:15 +00:00
parent 94025ac745
commit fa42f6a6eb
3 changed files with 20 additions and 13 deletions
@@ -43,7 +43,10 @@ t[#t+1] = Def.ActorFrame {
LoadActor( "stepmania logo" ) .. {
};
LoadFont( "common normal" ) .. {
InitCommand=cmd(y,-25;settext,ProductVersion() .. " " .. VersionTime();diffuse,color("#000000");shadowlength,0;);
InitCommand=cmd(y,-25;
--settext,ProductVersion();
settext,"April 1st edition";
diffuse,color("#000000");shadowlength,0;);
};
};
return t;