Releasing 0.0.1
This commit is contained in:
parent
29c9f98133
commit
c9664f7b8e
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Browser
|
PACKAGE = Browser
|
||||||
VERSION = 0.0.0
|
VERSION = 0.0.1
|
||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -sf
|
LN = ln -sf
|
||||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
||||||
#define PACKAGE "Browser"
|
#define PACKAGE "Browser"
|
||||||
#define VERSION "0.0.0"
|
#define VERSION "0.0.1"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Browser
|
package=Browser
|
||||||
version=0.0.0
|
version=0.0.1
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=src
|
subdirs=src
|
||||||
|
|
Loading…
Reference in New Issue
Block a user