From 59e189cf51467a28fce40a564b7b2d8b7864dcc3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 26 Aug 2010 16:16:16 +0000 Subject: [PATCH] About to release version 0.0.2 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc2c7c7..9e2c5b6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Keyboard -VERSION = 0.0.1 +VERSION = 0.0.2 SUBDIRS = src tools RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index 27a03a1..b8fb373 100644 --- a/project.conf +++ b/project.conf @@ -1,4 +1,4 @@ package=Keyboard -version=0.0.1 +version=0.0.2 subdirs=src,tools dist=COPYING,Makefile