From a72d1bb0be2c66a5fa938277789c71bdf41a593c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 11 Aug 2015 01:54:40 +0200 Subject: [PATCH] About to release DeforaOS libSystem 0.2.2 --- Makefile | 2 +- config.sh | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c91bb95..1d262e2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.2.1 +VERSION = 0.2.2 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.sh b/config.sh index bb8e504..9857e7d 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.2.1" +VERSION="0.2.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 269ddad..ab37e88 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.2.1 +version=0.2.2 subdirs=data,doc,include,src,tests,tools config=sh