Skip to content

Commit 00998ed

Browse files
committed
About to release Panel 0.2.16
1 parent 4532a6a commit 00998ed

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE = Panel
2-
VERSION = 0.2.15
2+
VERSION = 0.2.16
33
SUBDIRS = data doc include po src tools
44
RM ?= rm -f
55
LN ?= ln -f

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define PACKAGE "Panel"
2-
#define VERSION "0.2.15"
2+
#define VERSION "0.2.16"
33

44
#ifndef PREFIX
55
# define PREFIX "/usr/local"

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE="Panel"
2-
VERSION="0.2.15"
2+
VERSION="0.2.16"
33

44
PREFIX="/usr/local"
55
LIBDIR="${PREFIX}/lib"

project.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package=Panel
2-
version=0.2.15
2+
version=0.2.16
33
config=h,sh
44

55
subdirs=data,doc,include,po,src,tools

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ TARGETS = panel panelctl run
33
PREFIX = /usr/local
44
DESTDIR =
55
BINDIR = $(PREFIX)/bin
6+
SBINDIR = $(PREFIX)/sbin
67
CC ?= cc
78
CPPFLAGSF?=
89
CPPFLAGS?=

tools/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ TARGETS = panel-embed panel-message panel-notify panel-test
22
PREFIX = /usr/local
33
DESTDIR =
44
BINDIR = $(PREFIX)/bin
5+
SBINDIR = $(PREFIX)/sbin
56
CC ?= cc
67
CPPFLAGSF?=
78
CPPFLAGS?=

0 commit comments

Comments
 (0)