update Version, Date in Lua.xml

These elements are normally automatically updated when a new Lua.xml is
generated using the --ExportLuaInformation command line argument, but
I've manually updated them here.  It works for now.

Running --ExportLuaInformation will generate a new Lua.xml file with
everything available to Lua, including some repetitively-named functions
ported from notitg that were manually condensed down within Lua.xml.

We want to keep these condensed parts, so ExportLuaInformation should
probably be fixed/replaced in the future.
This commit is contained in:
quietly-turning
2020-06-25 05:14:11 -04:00
parent 4635973799
commit df07b4c649
+2 -2
View File
@@ -2981,6 +2981,6 @@
<Constant name='right' value='&apos;HorizAlign_Right&apos;'/>
<Constant name='top' value='&apos;VertAlign_Top&apos;'/>
</Constants>
<Version>StepMania5.1-git-d03ec2658f</Version>
<Date>2020-05-11</Date>
<Version>StepMania5.1-git-89229ed915</Version>
<Date>2020-06-25</Date>
</Lua>