About to release 0.0.2

This commit is contained in:
Pierre Pronchery 2010-04-15 12:54:36 +00:00
parent 29726e317a
commit 7d1f325e24
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Probe
VERSION = 0.0.1
VERSION = 0.0.2
SUBDIRS = data src tools
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Probe"
#define VERSION "0.0.1"
#define VERSION "0.0.2"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
package=Probe
version=0.0.1
version=0.0.2
config=h
subdirs=data,src,tools