Releasing Browser 0.1.0
This commit is contained in:
parent
fd394b5998
commit
c3bb4caded
3
Makefile
3
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Browser
|
||||
VERSION = 0.0.2
|
||||
VERSION = 0.1.0
|
||||
SUBDIRS = src
|
||||
RM = rm -f
|
||||
LN = ln -sf
|
||||
|
@ -41,6 +41,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/COPYING \
|
||||
$(PACKAGE)-$(VERSION)/TODO \
|
||||
$(PACKAGE)-$(VERSION)/config.h \
|
||||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
$(RM) $(PACKAGE)-$(VERSION)
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Browser"
|
||||
#define VERSION "0.0.2"
|
||||
#define VERSION "0.1.0"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Browser
|
||||
version=0.0.2
|
||||
version=0.1.0
|
||||
config=h
|
||||
|
||||
subdirs=src
|
||||
|
|
Loading…
Reference in New Issue
Block a user