1.2->1.3 - ii - irc it, simple FIFO based irc client
 (HTM) git clone git://git.suckless.org/ii
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81
 (DIR) parent 81ed7e3c159f61b2fe9c125772283b298b6e7073
 (HTM) Author: Nico Golde <nion@suckless.org>
       Date:   Sat, 14 Jul 2007 13:12:01 +0200
       
       1.2->1.3
       Diffstat:
         M config.mk                           |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -12,7 +12,7 @@ DESTDIR     =
        
        INCDIR      = ${PREFIX}/include
        LIBDIR      = ${PREFIX}/lib
       -VERSION     = 1.2
       +VERSION     = 1.3
        
        # includes and libs
        INCLUDES    = -I. -I${INCDIR} -I/usr/include
       @@ -23,5 +23,5 @@ LIBS        = -L${LIBDIR} -L/usr/lib -lc
        
        # compiler
        CC          = cc
       -CFLAGS      = -g -O0 -W -Wall -Wextra ${INCLUDES} -DVERSION=\"${VERSION}\"
       +CFLAGS      = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
        LDFLAGS     = ${LIBS}