diff options
author | Piotr Szarmanski | 2022-09-21 22:50:39 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-21 22:50:39 +0200 |
commit | fdf5daa317c8a97ef8197200403db6f53a8f1777 (patch) | |
tree | 2b82d32557a9a6b5b3dbcf7918310349e9e007be /src/conditions.lisp | |
parent | 56d3ca4cf14ac1b2bac9c866daa98cdb803915fa (diff) |
Change +eris-revision+
Diffstat (limited to 'src/conditions.lisp')
-rw-r--r-- | src/conditions.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conditions.lisp b/src/conditions.lisp index 5b57fbf..290d999 100644 --- a/src/conditions.lisp +++ b/src/conditions.lisp @@ -15,7 +15,7 @@ (in-package :eris) -(define-constant +eris-revision+ "0.3" :test #'equalp) +(define-constant +eris-revision+ "1.0" :test #'equalp) (define-condition eris-condition () ()) |