About to release DeforaOS Panel 0.3.1

This commit is contained in:
Pierre Pronchery 2014-10-22 22:55:20 +02:00
parent bccd96dff6
commit 14815757e5
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Panel PACKAGE = Panel
VERSION = 0.3.0 VERSION = 0.3.1
SUBDIRS = data doc include po src tests tools SUBDIRS = data doc include po src tests tools
RM = rm -f RM = rm -f
LN = ln -f LN = ln -f

View File

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

View File

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

View File

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