Releasing Browser 0.1.0
This commit is contained in:
parent
fd394b5998
commit
c3bb4caded
3
Makefile
3
Makefile
|
@ -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)
|
||||||
|
|
2
config.h
2
config.h
|
@ -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"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Browser
|
package=Browser
|
||||||
version=0.0.2
|
version=0.1.0
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=src
|
subdirs=src
|
||||||
|
|
Loading…
Reference in New Issue
Block a user