summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 859c10f..01bc1d1 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -17,7 +17,7 @@
(defsystem "objective-cl"
:description "A portable Objective C bridge."
- :version "0.0.1"
+ :version "0.0.2"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
:depends-on (#:cffi #:trivial-garbage #:split-sequence #:objective-cl-libobjcl)
@@ -151,7 +151,7 @@
(defsystem "objective-cl-libobjcl"
:description "A portable Objective C bridge."
- :version "0.0.1"
+ :version "0.0.2"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
:depends-on ()