Fixed incorrect version ordering (was: Syntax.Compiler.Core.Lib, but

should be: Syntax.Core.Compiler.Lib)
This commit is contained in:
Bruce Hill 2018-06-23 17:28:46 -07:00
parent d918814e69
commit 247e55059c

View File

@ -242,4 +242,4 @@ compile [lib version] to: Lua value "NOMSU_LIB_VERSION"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action [Nomsu version]
use "lib/version.nom"
return "\(Nomsu syntax version).\(Nomsu compiler version).\(core version).\(lib version)"
return "\(Nomsu syntax version).\(core version).\(Nomsu compiler version).\(lib version)"