Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2016-08-02 19:53:35 +02:00
parent 5e6c1a68df
commit 5406aff2a3
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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