We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae1c77 commit 563c813Copy full SHA for 563c813
Makefile
@@ -1,5 +1,5 @@
1
PACKAGE = libSystem
2
-VERSION = 0.4.1
+VERSION = 0.4.2
3
SUBDIRS = data doc include src tests tools
4
OBJDIR =
5
PREFIX = /usr/local
config.h
#define PACKAGE "libSystem"
-#define VERSION "0.4.1"
+#define VERSION "0.4.2"
#ifndef PREFIX
# define PREFIX "/usr/local"
config.sh
PACKAGE="libSystem"
-VERSION="0.4.1"
+VERSION="0.4.2"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"
0 commit comments