Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2018-04-24 01:36:50 +02:00
parent edbf2d9ee2
commit 9ac1d70a38
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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