This commit is contained in:
Steve Checkoway
2006-10-15 08:00:28 +00:00
parent 1948d57161
commit c3eccabd98
+1 -1
View File
@@ -53,7 +53,7 @@ void ExportStrings::LuaInformation()
pNode->AppendAttr( "xsi:schemaLocation", "http://www.stepmania.com Lua.xsd" );
XNode *pVersionNode = pNode->AppendChild( "Version" );
pVersionNode->SetValue( "foo" );
pVersionNode->SetValue( PRODUCT_ID_VER );
XNode *pDateNode = pNode->AppendChild( "Date" );
pDateNode->SetValue( DateTime::GetNowDate().GetString() );