From e3e18fabeaf65ca60d618ebd8457ecb85001e292 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 20 Sep 2019 02:57:46 +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 4899dac..ac767c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = configure -VERSION = 0.3.1 +VERSION = 0.4.0 SUBDIRS = data doc src tools tests OBJDIR = PREFIX = /usr/local diff --git a/config.h b/config.h index 9ec37f7..b33b4e4 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "configure" -#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 797cce4..559a5fe 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="configure" -VERSION="0.3.1" +VERSION="0.4.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"