diff --git a/project.clj b/project.clj index 0010a1a..73eedcc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pcp "0.0.2-beta.7" +(defproject pcp "0.0.2" :description "PCP: Clojure Processor - A Clojure replacement for PHP" :url "https://github.com/alekcz/pcp" :license {:name "The MIT License" diff --git a/resources/PCP_VERSION b/resources/PCP_VERSION index 71eae94..90ab6e9 100644 --- a/resources/PCP_VERSION +++ b/resources/PCP_VERSION @@ -1 +1 @@ -v0.0.2-beta.7 \ No newline at end of file +v0.0.2 \ No newline at end of file diff --git a/src/pcp/utility.clj b/src/pcp/utility.clj index 036347f..a19d692 100644 --- a/src/pcp/utility.clj +++ b/src/pcp/utility.clj @@ -18,7 +18,7 @@ (def root (atom nil)) (def scgi (atom "9000")) -(def version "v0.0.2-beta.7") +(def version "v0.0.2") (defn keydb [] (or (env :pcp-keydb) "/usr/local/etc/pcp-db"))