prepared new snap - 9base - revived minimalist port of Plan 9 userland to Unix
  HTML git clone git://git.suckless.org/9base
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 877adeba5fbe1704ba41961099e452eb8e88ebd7
   DIR parent bebc443496e27d1eebfdbabc7bed4257b23dbcea
  HTML Author: Anselm R. Garbe <garbeam@wmii.de>
       Date:   Mon, 23 Jan 2006 17:39:06 +0200
       
       prepared new snap
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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. -DPREFIX="\"${PREFIX}\""