prepared snap - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 662bc6335485c482df0b618cc85fe758197e0c0b | |
parent cf77a035ab614eec460ac6ba1c92412bd549569d | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Thu, 9 Feb 2006 13:37:57 +0100 | |
prepared 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 = 20060129 | |
+VERSION = 20060209 | |
# Linux/BSD | |
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -D… |