From df07b4c649aa5c250b9a05def4ec9ad1b678b542 Mon Sep 17 00:00:00 2001 From: quietly-turning Date: Thu, 25 Jun 2020 05:14:11 -0400 Subject: [PATCH] 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. --- Docs/Luadoc/Lua.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 3da459c121..3e3415f4ef 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -2981,6 +2981,6 @@ - StepMania5.1-git-d03ec2658f - 2020-05-11 + StepMania5.1-git-89229ed915 + 2020-06-25