From 43b968f2429a92acbdd4c3e1ddbec56f32986d08 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 14 Sep 2014 19:53:45 +0200 Subject: [PATCH] About to release libSystem 0.2.0 --- Makefile | 2 +- config.sh | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a372cb..35bf11d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.1.7 +VERSION = 0.2.0 SUBDIRS = data doc include src tests tools PREFIX = /usr/local DESTDIR = diff --git a/config.sh b/config.sh index 652f751..9551341 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.1.7" +VERSION="0.2.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 831a938..16bb2aa 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.1.7 +version=0.2.0 subdirs=data,doc,include,src,tests,tools config=sh