From 7d1f325e24415c9499e8834503817f3ebfd8c0a2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 15 Apr 2010 12:54:36 +0000 Subject: [PATCH] About to release 0.0.2 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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