From 563c81370099dc6aed95b178f9af5b49b845252d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 28 Sep 2019 03:45:59 +0200 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7545784..9db14b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.4.1 +VERSION = 0.4.2 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.h b/config.h index 5e2aa74..dbe7b54 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.4.1" +#define VERSION "0.4.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index acb636b..058a5a2 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.4.1" +VERSION="0.4.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"