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