summaryrefslogtreecommitdiff
path: root/ironclad.asd
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2019-02-18 15:08:52 +0100
committerGuillaume LE VAILLANT <glv@posteo.net>2019-02-18 15:08:52 +0100
commita07189f7948beead641c964a686b43573dca495a (patch)
treeb1380b763294137605cbec76f878871189c45ddd /ironclad.asd
parent86c927666911bb8e523e249e8d1f6d243664dbe5 (diff)
Release version 0.45v0.45
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 0a31782..f49eee4 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -8,7 +8,7 @@
(defclass ironclad-source-file (cl-source-file) ())
(defsystem "ironclad"
- :version "0.44"
+ :version "0.45"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Guillaume LE VAILLANT <glv@posteo.net>"
:description "A cryptographic toolkit written in pure Common Lisp"
@@ -183,7 +183,7 @@
(defsystem "ironclad/tests"
:depends-on ("ironclad" "rt")
- :version "0.44"
+ :version "0.45"
:in-order-to ((test-op (load-op "ironclad/tests")))
:perform (test-op (o s)
(or (funcall (intern "DO-TESTS" (find-package "RTEST")))