Tagging the first release of Probe

This commit is contained in:
Pierre Pronchery 2009-11-26 20:26:34 +00:00
parent 0ec1dd194e
commit 035effb720
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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