From b6c99c56a1f49a9230b65200a5a016173038857c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 24 Jul 2018 15:08:44 -0700 Subject: Updated package.nomsupath behavior to first search the installed locations, *then* search the current directory. This makes the system `nomsu` run properly, even if the local directory has a broken file that has the same name as a nomsu file. --- lib/version.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/version.nom b/lib/version.nom index b1034d8..e6328d1 100644 --- a/lib/version.nom +++ b/lib/version.nom @@ -1,3 +1,3 @@ #!/usr/bin/env nomsu -V2.5.4.3 # This file sets the current library version. -lua> "NOMSU_LIB_VERSION = 3" +lua> "NOMSU_LIB_VERSION = 4" -- cgit v1.2.3