Preparing for the 0.0.2 release

This commit is contained in:
Pierre Pronchery 2009-10-12 23:40:28 +00:00
parent 3664f69bb3
commit c8f70f30d8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
package=utils package=utils
version=0.0.1 version=0.0.2
dist=Makefile dist=Makefile
subdirs=src,tools subdirs=src,tools