Skip to content

Commit

Permalink
Re-generate the Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Sep 28, 2019
1 parent 5ae1c77 commit 563c813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PACKAGE "libSystem"
#define VERSION "0.4.1"
#define VERSION "0.4.2"

#ifndef PREFIX
# define PREFIX "/usr/local"
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE="libSystem"
VERSION="0.4.1"
VERSION="0.4.2"

PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

0 comments on commit 563c813

Please sign in to comment.