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