diff options
Diffstat (limited to 'src')
-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 () ()) |