URI: 
       made sic 0.2 - sic - simple irc client
  HTML git clone git://git.suckless.org/sic
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e9f9154ab78f612b21e325d37180d36452b52266
   DIR parent 9d87b90d50b8901d7a6bfe4b06b633a30fb9797f
  HTML Author: arg@10ksloc.org <unknown>
       Date:   Fri, 21 Jul 2006 21:12:29 +0200
       
       made sic 0.2
       
       Diffstat:
         M config.mk                           |       4 ++--
         M sic.1                               |       2 +-
         M sic.html                            |       2 +-
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -4,13 +4,13 @@
        PREFIX = /usr/local
        MANPREFIX = ${PREFIX}/share/man
        
       -VERSION = 0.1
       +VERSION = 0.2
        
        # includes and libs
        LIBS = -L${PREFIX}/lib -L/usr/lib -lc
        
        # compiler
       -CFLAGS      = -Os -I${PREFIX}/include -I/usr/include \
       +CFLAGS      = -O3 -I${PREFIX}/include -I/usr/include \
                                -DVERSION=\"${VERSION}\"
        LDFLAGS     = ${LIBS}
        #CFLAGS      = -g -Wall -O2 -I${PREFIX}/include -I/usr/include \
   DIR diff --git a/sic.1 b/sic.1
       @@ -1,4 +1,4 @@
       -.TH SIC 1 sic-0.1
       +.TH SIC 1 sic-0.2
        .SH NAME
        sic \- simple irc client
        .SH SYNOPSIS
   DIR diff --git a/sic.html b/sic.html
       @@ -25,7 +25,7 @@
                        </ul>
                        <h3>Download</h3>
                        <ul>
       -                        <li><a href="http://10kloc.org/download/sic-0.1.tar.gz">sic 0.1</a> (5kb) (20060720)</li>
       +                        <li><a href="http://10kloc.org/download/sic-0.2.tar.gz">sic 0.2</a> (5kb) (20060721)</li>
                        </ul>
                        <h3>Development</h3>
                        <p>