diff --git a/Makefile b/Makefile index d1140c2..b359660 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Probe -VERSION = 0.0.1 +VERSION = 0.0.2 SUBDIRS = data src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 66ea080..f177239 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Probe" -#define VERSION "0.0.1" +#define VERSION "0.0.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 9e5b293..c9158d5 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Probe -version=0.0.1 +version=0.0.2 config=h subdirs=data,src,tools