Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2019-09-20 02:57:46 +02:00
parent ac4a607e43
commit e3e18fabea
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = configure
VERSION = 0.3.1
VERSION = 0.4.0
SUBDIRS = data doc src tools tests
OBJDIR =
PREFIX = /usr/local

View File

@ -1,5 +1,5 @@
#define PACKAGE "configure"
#define VERSION "0.3.1"
#define VERSION "0.4.0"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="configure"
VERSION="0.3.1"
VERSION="0.4.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"