About to release Panel 0.2.18
This commit is contained in:
parent
83976c9aa9
commit
a7cae0f9d2
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Panel
|
PACKAGE = Panel
|
||||||
VERSION = 0.2.17
|
VERSION = 0.2.18
|
||||||
SUBDIRS = data doc include po src tools
|
SUBDIRS = data doc include po 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 "Panel"
|
#define PACKAGE "Panel"
|
||||||
#define VERSION "0.2.17"
|
#define VERSION "0.2.18"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE="Panel"
|
PACKAGE="Panel"
|
||||||
VERSION="0.2.17"
|
VERSION="0.2.18"
|
||||||
|
|
||||||
PREFIX="/usr/local"
|
PREFIX="/usr/local"
|
||||||
LIBDIR="${PREFIX}/lib"
|
LIBDIR="${PREFIX}/lib"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Panel
|
package=Panel
|
||||||
version=0.2.17
|
version=0.2.18
|
||||||
config=h,sh
|
config=h,sh
|
||||||
|
|
||||||
subdirs=data,doc,include,po,src,tools
|
subdirs=data,doc,include,po,src,tools
|
||||||
|
|
Loading…
Reference in New Issue
Block a user