preparing new sic version - sic - simple irc client
HTML git clone git://git.suckless.org/sic
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c9668b78f2c5f2a844afbebc46f2fb368fcac315
DIR parent c2fcf48e6d334234859c5e015ec6cc816bca451b
HTML Author: Anselm R. Garbe <arg@10kloc.org>
Date: Tue, 5 Sep 2006 07:31:46 +0200
preparing new sic version
Diffstat:
M config.mk | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -1,11 +1,12 @@
+# sic version
+VERSION = 0.3
+
# Customize to fit your system
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-VERSION = 0.2
-
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc