mark 1.7 as the next release version - ii - irc it, simple FIFO based irc client | |
git clone git://git.suckless.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9a0ea4ada1533bdd7292557cf7087a58bf478810 | |
parent c68beccf597984396c7ef22dd5b1a8eed4ab69a1 | |
Author: Nico Golde <[email protected]> | |
Date: Sat, 16 Jun 2012 17:00:51 +0200 | |
mark 1.7 as the next release version | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -12,7 +12,7 @@ DESTDIR = | |
INCDIR = ${PREFIX}/include | |
LIBDIR = ${PREFIX}/lib | |
-VERSION = 1.6 | |
+VERSION = 1.7 | |
# includes and libs | |
INCLUDES = -I. -I${INCDIR} -I/usr/include |