diff --git a/Makefile b/Makefile index f005163..c6c0c71 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Keyboard -VERSION = 0.1.2 +VERSION = 0.2.0 SUBDIRS = data include src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index e12e96c..076e5b6 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Keyboard" -#define VERSION "0.1.2" +#define VERSION "0.2.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 709b9af..77e88e5 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Keyboard -version=0.1.2 +version=0.2.0 subdirs=data,include,src,tools config=h dist=COPYING,Makefile,config.h