From a058dd69bfaefc1d9d01a62c0a5289a8cbba84a5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 29 Dec 2013 16:30:25 +0100 Subject: [PATCH] About to release libSystem 0.1.7 --- Makefile | 2 +- config.sh | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2de5011..7da8c49 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.1.6 +VERSION = 0.1.7 SUBDIRS = data doc include src tests RM = rm -f LN = ln -f diff --git a/config.sh b/config.sh index 80a3e2b..652f751 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.1.6" +VERSION="0.1.7" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 008c185..60f8db1 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.1.6 +version=0.1.7 config=sh dist=Makefile,COPYING,config.sh,README.md