Releasing Browser 0.1.0

This commit is contained in:
Pierre Pronchery 2008-10-15 11:26:46 +00:00
parent fd394b5998
commit c3bb4caded
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Browser PACKAGE = Browser
VERSION = 0.0.2 VERSION = 0.1.0
SUBDIRS = src SUBDIRS = src
RM = rm -f RM = rm -f
LN = ln -sf LN = ln -sf
@ -41,6 +41,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \ $(PACKAGE)-$(VERSION)/COPYING \
$(PACKAGE)-$(VERSION)/TODO \
$(PACKAGE)-$(VERSION)/config.h \ $(PACKAGE)-$(VERSION)/config.h \
$(PACKAGE)-$(VERSION)/project.conf $(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION) $(RM) $(PACKAGE)-$(VERSION)

View File

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

View File

@ -1,5 +1,5 @@
package=Browser package=Browser
version=0.0.2 version=0.1.0
config=h config=h
subdirs=src subdirs=src