summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--objective-cl-tests.asd2
-rw-r--r--objective-cl.asd2
-rw-r--r--objective-cl.texinfo4
-rw-r--r--version.make2
5 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 1a2b245..8675034 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.4, objcl-bugs@mail.matthias.benkard.de)
+AC_INIT(Objective-CL, 0.1.0, 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 a6cd132..d5f1168 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.4"
+ :version "0.1.0"
: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 0598593..fffae19 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -15,7 +15,7 @@
;;;; along with this program. If not, see
;;;; <http://www.gnu.org/licenses/>.
-(defvar asdf::*objcl-version* "0.0.4")
+(defvar asdf::*objcl-version* "0.1.0")
(defsystem "objective-cl"
:description "A portable Objective C bridge."
diff --git a/objective-cl.texinfo b/objective-cl.texinfo
index d909286..7271bd9 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-27 12:53:00 mulk>
-@set VERSION 0.0.4
+@c Time-stamp: <2008-02-10 16:54:27 mulk>
+@set VERSION 0.1.0
@set UPDATED 12. September 2007
@c Wichtige Emacsbefehle:
diff --git a/version.make b/version.make
index 24dadee..6de8ae3 100644
--- a/version.make
+++ b/version.make
@@ -1,2 +1,2 @@
# -*- coding: utf-8; mode: makefile -*-
-VERSION = 0.0.4
+VERSION = 0.1.0