From 9ac1d70a38406a9dbe8551d789b1817e620b0868 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 24 Apr 2018 01:36:50 +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 421dad2..ef9c724 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.3.1 +VERSION = 0.4.0 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.h b/config.h index 46a843a..d524940 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.3.1" +#define VERSION "0.4.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 8c8fa09..e6ab067 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.3.1" +VERSION="0.4.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"