Fixed incorrect version ordering (was: Syntax.Compiler.Core.Lib, but
should be: Syntax.Core.Compiler.Lib)
This commit is contained in:
parent
d918814e69
commit
247e55059c
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user