Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2018-12-29 01:45:58 +01:00
parent 78abc98607
commit c9ab0ce53c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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