bump and back to normal CIEL version number

for #70
This commit is contained in:
vindarel 2024-09-04 16:18:06 +02:00
parent 20f392adcb
commit 00e6ddd052
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@
(asdf:defsystem "ciel" (asdf:defsystem "ciel"
:description "CIEL Is an Extended Lisp (Common Lisp, batteries included)." :description "CIEL Is an Extended Lisp (Common Lisp, batteries included)."
:version "0.2-202408-QL202310" :version "0.2.1"
:author "vindarel" :author "vindarel"
:license "MIT" :license "MIT"
:homepage "https://github.com/ciel-lang/CIEL/" :homepage "https://github.com/ciel-lang/CIEL/"

View file

@ -1,7 +1,8 @@
(in-package :ciel) (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) (defparameter *scripts* (dict 'equalp)
"Available scripts. "Available scripts.