From 00e6ddd052bae18f60de7618a54be0da8c28af86 Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 4 Sep 2024 16:18:06 +0200 Subject: [PATCH] bump and back to normal CIEL version number for #70 --- ciel.asd | 2 +- scripting.lisp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ciel.asd b/ciel.asd index d529917..d3bd482 100644 --- a/ciel.asd +++ b/ciel.asd @@ -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/" diff --git a/scripting.lisp b/scripting.lisp index 017dcdc..792695b 100644 --- a/scripting.lisp +++ b/scripting.lisp @@ -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.