Preparing for the 0.1.0 release

This commit is contained in:
Pierre Pronchery 2010-05-07 00:52:28 +00:00
parent c02a91d37d
commit 64cfe535a2
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Panel PACKAGE = Panel
VERSION = 0.0.6 VERSION = 0.1.0
SUBDIRS = include po src SUBDIRS = include po src
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.0.6" #define VERSION "0.1.0"
#ifndef PREFIX #ifndef PREFIX
# define PREFIX "/usr/local" # define PREFIX "/usr/local"

View File

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

View File

@ -1,5 +1,5 @@
package=Panel package=Panel
version=0.0.6 version=0.1.0
config=h,sh config=h,sh
subdirs=include,po,src subdirs=include,po,src