Releasing 0.1.3
This commit is contained in:
parent
371b74a052
commit
b60474232d
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Browser
|
PACKAGE = Browser
|
||||||
VERSION = 0.1.2
|
VERSION = 0.1.3
|
||||||
SUBDIRS = data src
|
SUBDIRS = data src
|
||||||
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.2"
|
#define VERSION "0.1.3"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Browser
|
package=Browser
|
||||||
version=0.1.2
|
version=0.1.3
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=data,src
|
subdirs=data,src
|
||||||
|
|
Loading…
Reference in New Issue
Block a user