commit 7c229817900bd138cbe131f31cd4be440b2a005e
parent 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc
Author: Nico Golde <nion@suckless.org>
Date: Mon, 31 Jan 2011 21:47:00 +0100
update CHANGES and makefile config for 1.6
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
@@ -1,3 +1,6 @@
+1.6 (2011-01-31):
+ - fix regression introduced for handling unknown commands
+
1.5 (2011-01-24):
- fix channel name comparison in add_channel(), compare lowercase
to prevent leaking file descriptors in the long run => Thanks samurai!
diff --git a/config.mk b/config.mk
@@ -12,7 +12,7 @@ DESTDIR =
INCDIR = ${PREFIX}/include
LIBDIR = ${PREFIX}/lib
-VERSION = 1.5
+VERSION = 1.6
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include