Skip to content

Commit

Permalink
bump and back to normal CIEL version number
Browse files Browse the repository at this point in the history
for #70
  • Loading branch information
vindarel committed Sep 4, 2024
1 parent 20f392a commit 00e6ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ciel.asd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(asdf:defsystem "ciel"
:description "CIEL Is an Extended Lisp (Common Lisp, batteries included)."
:version "0.2-202408-QL202310"
:version "0.2.1"
:author "vindarel"
:license "MIT"
:homepage "https://github.com/ciel-lang/CIEL/"
Expand Down
3 changes: 2 additions & 1 deletion scripting.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

(in-package :ciel)

(defparameter *ciel-version* "0.1" "Read from .asd or version.lisp-expr file.")
(defparameter *ciel-version* #.(asdf:component-version (asdf:find-system :ciel))
"CIEL's version, read from the .asd.")

(defparameter *scripts* (dict 'equalp)
"Available scripts.
Expand Down

0 comments on commit 00e6ddd

Please sign in to comment.