aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-05-06 23:44:24 -0400
committerEduardo Julian2015-05-06 23:44:24 -0400
commit7f39dd6a229b3b5a8e8d4108ecd1f5307b3cbf06 (patch)
treed9655cdb8ea45852791d0f599d294c7fee3a9b5f /project.clj
parentc0bd1c6af6d1691ddc2627710e352a1bbe3eb1c7 (diff)
- Made several optimizations to the compiler.
- Also removed several unused definitions.
Diffstat (limited to '')
-rw-r--r--project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/project.clj b/project.clj
index 9f647fcd4..a0fd8d1cb 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,6 @@
-(defproject lux-jvm "0.1.0"
+(defproject lux-jvm "0.2.0"
:description "The JVM compiler for the Lux programming language."
- :url "http://example.com/FIXME"
+ :url "https://github.com/LuxLang/lux"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]