Releasing 0.1.4
This commit is contained in:
parent
e57392493e
commit
87ca867de0
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Browser
|
PACKAGE = Browser
|
||||||
VERSION = 0.1.3
|
VERSION = 0.1.4
|
||||||
SUBDIRS = data src tools
|
SUBDIRS = data src tools
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
||||||
#define PACKAGE "Browser"
|
#define PACKAGE "Browser"
|
||||||
#define VERSION "0.1.3"
|
#define VERSION "0.1.4"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Browser
|
package=Browser
|
||||||
version=0.1.3
|
version=0.1.4
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=data,src,tools
|
subdirs=data,src,tools
|
||||||
|
|
Loading…
Reference in New Issue
Block a user