From 00998ed584cf513c56477cc44800f51ce59c9b5a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 15 Dec 2012 00:15:38 +0100 Subject: [PATCH] About to release Panel 0.2.16 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- src/Makefile | 1 + tools/Makefile | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e2e0665..aa2f0df 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config.h b/config.h index 80ca9fc..b26df05 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.2.15" +#define VERSION "0.2.16" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 9fe1cf9..1ca864e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.15" +VERSION="0.2.16" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index bd3812f..4c1a6e2 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.15 +version=0.2.16 config=h,sh subdirs=data,doc,include,po,src,tools diff --git a/src/Makefile b/src/Makefile index ae277aa..4f12aa1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,6 +3,7 @@ TARGETS = panel panelctl run PREFIX = /usr/local DESTDIR = BINDIR = $(PREFIX)/bin +SBINDIR = $(PREFIX)/sbin CC ?= cc CPPFLAGSF?= CPPFLAGS?= diff --git a/tools/Makefile b/tools/Makefile index a363894..966d912 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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?=