Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2019-09-28 03:45:59 +02:00
parent 5ae1c77d20
commit 563c813700
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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