Preparing for the 0.1.2 release
This commit is contained in:
parent
741cb3fd57
commit
e723cfff99
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Browser
|
||||
VERSION = 0.1.1
|
||||
VERSION = 0.1.2
|
||||
SUBDIRS = src data
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Browser"
|
||||
#define VERSION "0.1.1"
|
||||
#define VERSION "0.1.2"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Browser
|
||||
version=0.1.1
|
||||
version=0.1.2
|
||||
config=h
|
||||
|
||||
subdirs=src,data
|
||||
|
|
Loading…
Reference in New Issue
Block a user