From 3da7aba40dc9144e17479200207c2ad6bcb76f5b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 23 Mar 2008 13:00:15 +0100 Subject: Bump version. darcs-hash:80b6fb4b2917b7fdf34ab1fe939b39198214a401 --- 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 b2c9db9..ee87cfb 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.1, objcl-bugs@mail.matthias.benkard.de) +AC_INIT(Objective-CL, 0.2.2, 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 af76aa1..02cbecd 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.1" + :version "0.2.2" :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 64dcbfb..f3fca66 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.1") +(defvar asdf::*objcl-version* "0.2.2") #+@use-prebuilt-objective-cl@ diff --git a/objective-cl.texinfo b/objective-cl.texinfo index 4baa180..409a87e 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-07 11:52:27 mulk> -@set VERSION 0.2.1 +@c Time-stamp: <2008-03-23 12:59:58 mulk> +@set VERSION 0.2.2 @set UPDATED 12. September 2007 @c Wichtige Emacsbefehle: diff --git a/version.make b/version.make index 6bbd836..a54eab6 100644 --- a/version.make +++ b/version.make @@ -1,2 +1,2 @@ # -*- coding: utf-8; mode: makefile -*- -VERSION = 0.2.1 +VERSION = 0.2.2 -- cgit v1.2.3