Releasing libDesktop 0.0.5

This commit is contained in:
Pierre Pronchery 2011-07-31 00:15:48 +00:00
parent 2ed8c94b42
commit eb4c946656
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = libDesktop
VERSION = 0.0.4
VERSION = 0.0.5
SUBDIRS = data include src
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "libDesktop"
#define VERSION "0.0.4"
#define VERSION "0.0.5"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="libDesktop"
VERSION="0.0.4"
VERSION="0.0.5"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=libDesktop
version=0.0.4
version=0.0.5
config=h,sh
subdirs=data,include,src