summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:02:26 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:02:26 +0100
commit001f4a81ec1f935abaa790cd57fbf872742e99de (patch)
treecfe5d6869fd49fce5a18ce7f90ad500bc0a876dc
parentf228c3f21021ccbe216d4aa8485f99295d44f4d9 (diff)
Bump version.
darcs-hash:a2ca8ac7c92c392f7db4934272c1d192186a68cf
-rw-r--r--configure.ac2
-rw-r--r--objective-cl-tests.asd2
-rw-r--r--objective-cl.asd4
-rw-r--r--objective-cl.texinfo4
-rw-r--r--version.make2
5 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 6fac92b..5e11366 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT(Objective-CL, 0.0.3, objcl-bugs@matthias.benkard.de)
+AC_INIT(Objective-CL, 0.0.4, objcl-bugs@matthias.benkard.de)
AC_CONFIG_SRCDIR([Objective-C/libobjcl.h])
AC_PROG_CC
diff --git a/objective-cl-tests.asd b/objective-cl-tests.asd
index b3f058b..a6cd132 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.3"
+ :version "0.0.4"
: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 17dea28..07634dc 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.3"
+ :version "0.0.4"
: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)
@@ -153,7 +153,7 @@
(defsystem "objective-cl-libobjcl"
:description "A portable Objective C bridge."
- :version "0.0.3"
+ :version "0.0.4"
: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 c8c9d41..d909286 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 20:39:12 mulk>
-@set VERSION 0.0.3
+@c Time-stamp: <2008-01-27 12:53:00 mulk>
+@set VERSION 0.0.4
@set UPDATED 12. September 2007
@c Wichtige Emacsbefehle:
diff --git a/version.make b/version.make
index 94c9437..24dadee 100644
--- a/version.make
+++ b/version.make
@@ -1,2 +1,2 @@
# -*- coding: utf-8; mode: makefile -*-
-VERSION = 0.0.3
+VERSION = 0.0.4