From 78421d9be3e1e98428bfadef66de325134136f2e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 16 Oct 2015 01:59:27 +0200 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 2 +- config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3fba611..7e434cd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.2.2 +VERSION = 0.2.3 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.sh b/config.sh index 9857e7d..ce8bf83 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.2.2" +VERSION="0.2.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"