Skip to content

Commit 563c813

Browse files
committed
Re-generate the Makefiles
1 parent 5ae1c77 commit 563c813

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1
2+
VERSION = 0.4.2
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.1"
2+
#define VERSION "0.4.2"
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.1"
2+
VERSION="0.4.2"
33

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

0 commit comments

Comments
 (0)