Skip to content

Commit d5b581b

Browse files
committed
Re-generate the Makefiles
1 parent 9c6c06d commit d5b581b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE = libSystem
2-
VERSION = 0.4.0
2+
VERSION = 0.4.1
33
SUBDIRS = data doc include src tests tools
44
OBJDIR =
55
PREFIX = /usr/local

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define PACKAGE "libSystem"
2-
#define VERSION "0.4.0"
2+
#define VERSION "0.4.1"
33

44
#ifndef PREFIX
55
# define PREFIX "/usr/local"

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE="libSystem"
2-
VERSION="0.4.0"
2+
VERSION="0.4.1"
33

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

0 commit comments

Comments
 (0)