From 511ecae27a0124a47e2cab853c1d185042436f10 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 7 Mar 2008 11:53:13 +0100 Subject: Bump version. darcs-hash:8ff05666ef5bf65fb7c77c5e788f196700c78bce --- configure.ac | 2 +- objective-cl-tests.asd | 2 +- objective-cl.asd | 2 +- objective-cl.texinfo | 4 ++-- version.make | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index fad61ac..b2c9db9 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## along with this program. If not, see . AC_PREREQ(2.61) -AC_INIT(Objective-CL, 0.2.0, objcl-bugs@mail.matthias.benkard.de) +AC_INIT(Objective-CL, 0.2.1, objcl-bugs@mail.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 b58e172..af76aa1 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.2.0" + :version "0.2.1" :author "Matthias Benkard " :licence "GNU General Public License, version 3 or higher" :depends-on (#:objective-cl #:stefil) diff --git a/objective-cl.asd b/objective-cl.asd index ec74687..ba2d01e 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -15,7 +15,7 @@ ;;;; along with this program. If not, see ;;;; . -(defvar asdf::*objcl-version* "0.2.0") +(defvar asdf::*objcl-version* "0.2.1") (defsystem "objective-cl" :description "A portable Objective C bridge." diff --git a/objective-cl.texinfo b/objective-cl.texinfo index 896c30d..4baa180 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-03-05 17:58:08 mulk> -@set VERSION 0.2.0 +@c Time-stamp: <2008-03-07 11:52:27 mulk> +@set VERSION 0.2.1 @set UPDATED 12. September 2007 @c Wichtige Emacsbefehle: diff --git a/version.make b/version.make index aa3eced..6bbd836 100644 --- a/version.make +++ b/version.make @@ -1,2 +1,2 @@ # -*- coding: utf-8; mode: makefile -*- -VERSION = 0.2.0 +VERSION = 0.2.1 -- cgit v1.2.3