ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

commit 9288de612641074069940e187f72f14e6908d5f5
parent 95963c46ebcafd9542e9cd8e16ee158aca043ce7
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  4 Feb 2018 14:07:03 +0100

bump version to 1.8

Diffstat:
MCHANGES | 2+-
MLICENSE | 2+-
Mconfig.mk | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -1,4 +1,4 @@ -1.8 (2017-??-??, unreleased): +1.8 (2018-02-04): - prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log. - remove query.sh. diff --git a/LICENSE b/LICENSE @@ -1,8 +1,8 @@ MIT/X Consortium License +(C)opyright 2014-2018 Hiltjo Posthuma <hiltjo at codemadness dot org> (C)opyright 2005-2006 Anselm R. Garbe <garbeam@wmii.de> (C)opyright 2005-2011 Nico Golde <nico at ngolde dot de> -(C)opyright 2014-2017 Hiltjo Posthuma <hiltjo at codemadness dot org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # Customize to fit your system -VERSION = 1.7 +VERSION = 1.8 # paths PREFIX = /usr/local