From 55b11071f6f902a4db86ce03039b9fd03c48b158 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 18 Sep 2010 12:28:29 +0000 Subject: [PATCH] About to release as 0.1.0 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec39e31..e9f161b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Keyboard -VERSION = 0.0.2 +VERSION = 0.1.0 SUBDIRS = src tools RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index b8fb373..2a2b168 100644 --- a/project.conf +++ b/project.conf @@ -1,4 +1,4 @@ package=Keyboard -version=0.0.2 +version=0.1.0 subdirs=src,tools dist=COPYING,Makefile