summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 14:30:59 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-26 14:30:59 +0100
commit2653a1169377915c07081418f7add27753daf3ec (patch)
treeff0bc0dc934bffe634d38241d2154f243ab7270f /objective-cl.asd
parent221a820e1cfc078fb37d9389a45df96c1ee8c479 (diff)
Bump version.
darcs-hash:c09b35eb8873585420dab7655e6f83a7ffd585d6
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 ()