From c9813f90ca6b4032edff97c27092578600158605 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 6 Dec 2011 12:36:57 +0000 Subject: [PATCH] About to release Keyboard 0.1.1 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fdfc65..4fe4a0e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Keyboard -VERSION = 0.1.0 +VERSION = 0.1.1 SUBDIRS = src tools RM ?= rm -f LN ?= ln -f diff --git a/project.conf b/project.conf index 2a2b168..1b8cbb7 100644 --- a/project.conf +++ b/project.conf @@ -1,4 +1,4 @@ package=Keyboard -version=0.1.0 +version=0.1.1 subdirs=src,tools dist=COPYING,Makefile