diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-26 20:39:27 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-26 20:39:27 +0100 |
commit | a93c3679f769423c69fca20fab3bb4ade7207cc1 (patch) | |
tree | 7c2a2be8c046393dc9ad20cdcb0b65035d969a44 | |
parent | 5c858e7c596e326677b558f9a98b7957666c4359 (diff) |
Bump version.
darcs-hash:928d8e5f6fc819d56a2ee17f1e4ac15653bb62e3
-rw-r--r-- | objective-cl-tests.asd | 2 | ||||
-rw-r--r-- | objective-cl.asd | 4 | ||||
-rw-r--r-- | objective-cl.texinfo | 4 | ||||
-rw-r--r-- | version.make | 2 |
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 |