prepared new snap - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 877adeba5fbe1704ba41961099e452eb8e88ebd7 | |
parent bebc443496e27d1eebfdbabc7bed4257b23dbcea | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Mon, 23 Jan 2006 17:39:06 +0200 | |
prepared new snap | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -4,7 +4,7 @@ | |
PREFIX = /usr/local/9 | |
MANPREFIX = ${PREFIX}/share/man | |
-VERSION = 20060110 | |
+VERSION = 20060123 | |
# Linux/BSD | |
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -D… |