diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/project.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj index b78f662fa..2229decd1 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -38,6 +38,7 @@ ;; [org.develnext.jphp/jphp-scripting "0.9.2"] ] + :manifest {"lux" ~version} :source-paths ["source"] :test-paths ["test"] :lux {:program "program" |