From 5933082e9e90d92dfdda3f84fc14340984c0ce2c Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Feb 2008 20:04:34 +0100 Subject: Bump version. darcs-hash:ed8d153d932ea1b8e40e7905c3c5a9da6321c25f --- 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 8675034..efc4883 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.1.0, objcl-bugs@mail.matthias.benkard.de) +AC_INIT(Objective-CL, 0.1.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 d5f1168..2d5f1a2 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.1.0" + :version "0.1.1" :author "Matthias Benkard " :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 fffae19..b12eb89 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.1.0") +(defvar asdf::*objcl-version* "0.1.1") (defsystem "objective-cl" :description "A portable Objective C bridge." diff --git a/objective-cl.texinfo b/objective-cl.texinfo index 7271bd9..5bac58e 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-02-10 16:54:27 mulk> -@set VERSION 0.1.0 +@c Time-stamp: <2008-02-11 20:04:30 mulk> +@set VERSION 0.1.1 @set UPDATED 12. September 2007 @c Wichtige Emacsbefehle: diff --git a/version.make b/version.make index 6de8ae3..c9e9562 100644 --- a/version.make +++ b/version.make @@ -1,2 +1,2 @@ # -*- coding: utf-8; mode: makefile -*- -VERSION = 0.1.0 +VERSION = 0.1.1 -- cgit v1.2.3