summaryrefslogtreecommitdiff
path: root/ironclad.asd
diff options
context:
space:
mode:
Diffstat (limited to 'ironclad.asd')
-rw-r--r--ironclad.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironclad.asd b/ironclad.asd
index 6f76738..bd9a1ee 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -8,7 +8,7 @@
(defclass ironclad-source-file (cl-source-file) ())
(defsystem "ironclad"
- :version "0.53"
+ :version "0.54"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Guillaume LE VAILLANT <glv@posteo.net>"
:description "A cryptographic toolkit written in pure Common Lisp"
@@ -193,7 +193,7 @@
(defsystem "ironclad/tests"
:depends-on ("ironclad" "rt")
- :version "0.53"
+ :version "0.54"
:in-order-to ((test-op (load-op "ironclad/tests")))
:perform (test-op (o s)
(or (funcall (intern "DO-TESTS" (find-package "RTEST")))