About to release Panel 0.2.16

This commit is contained in:
Pierre Pronchery 2012-12-15 00:15:38 +01:00
parent 4532a6a76c
commit 00998ed584
6 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Panel
VERSION = 0.2.15
VERSION = 0.2.16
SUBDIRS = data doc include po src tools
RM ?= rm -f
LN ?= ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Panel"
#define VERSION "0.2.15"
#define VERSION "0.2.16"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Panel"
VERSION="0.2.15"
VERSION="0.2.16"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=Panel
version=0.2.15
version=0.2.16
config=h,sh
subdirs=data,doc,include,po,src,tools

View File

@ -3,6 +3,7 @@ TARGETS = panel panelctl run
PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
SBINDIR = $(PREFIX)/sbin
CC ?= cc
CPPFLAGSF?=
CPPFLAGS?=

View File

@ -2,6 +2,7 @@ TARGETS = panel-embed panel-message panel-notify panel-test
PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
SBINDIR = $(PREFIX)/sbin
CC ?= cc
CPPFLAGSF?=
CPPFLAGS?=