Skip to content

Commit 985b613

Browse files
committed
About to release Panel 0.2.17
1 parent 6012d68 commit 985b613

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.16
2+
VERSION = 0.2.17
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.16"
2+
#define VERSION "0.2.17"
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.16"
2+
VERSION="0.2.17"
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.16
2+
version=0.2.17
33
config=h,sh
44

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

0 commit comments

Comments
 (0)