Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2019-09-28 03:47:12 +02:00
parent a6265ae26a
commit f76640a745
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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