summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--objective-cl-tests.asd2
-rw-r--r--objective-cl.asd4
-rw-r--r--objective-cl.texinfo4
-rw-r--r--version.make2
4 files changed, 6 insertions, 6 deletions
diff --git a/objective-cl-tests.asd b/objective-cl-tests.asd
index fbccff0..b3f058b 100644
--- a/objective-cl-tests.asd
+++ b/objective-cl-tests.asd
@@ -17,7 +17,7 @@
(defsystem "objective-cl-tests"
:description "Unit tests for Objective CL."
- :version "0.0.2"
+ :version "0.0.3"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
:depends-on (#:objective-cl #:lift)
diff --git a/objective-cl.asd b/objective-cl.asd
index 01bc1d1..474457c 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.2"
+ :version "0.0.3"
: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.2"
+ :version "0.0.3"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
:depends-on ()
diff --git a/objective-cl.texinfo b/objective-cl.texinfo
index c950e35..c8c9d41 100644
--- a/objective-cl.texinfo
+++ b/objective-cl.texinfo
@@ -5,8 +5,8 @@
@c %**end of header
@c The time stamp is automatically maintained by Emacs.
-@c Time-stamp: <2008-01-26 14:29:22 mulk>
-@set VERSION 0.0.2
+@c Time-stamp: <2008-01-26 20:39:12 mulk>
+@set VERSION 0.0.3
@set UPDATED 12. September 2007
@c Wichtige Emacsbefehle:
diff --git a/version.make b/version.make
index 9138f12..94c9437 100644
--- a/version.make
+++ b/version.make
@@ -1,2 +1,2 @@
# -*- coding: utf-8; mode: makefile -*-
-VERSION = 0.0.2
+VERSION = 0.0.3