*clojurescript-version*

varsince v0.0-2014 clojure.core/*clojure-version*Edit

A string indicating the current ClojureScript version.


Details:

The ClojureScript compiler sets the var at compile time, allowing compiled code to know the version of the compiler that produced it.

As a plain string, it follows a different format from Clojure's *clojure-version*, which contains separate keys for major, minor, incremental, and qualifier.


Examples:

*clojurescript-version*
;;=> "1.9.456"

Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(def *clojurescript-version*)