prepared a new release - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fe525b32095b1575ddccda34658881262d4c9a1b | |
parent a28f8b49c83f20586f67722ef745e96470f1ffeb | |
Author: Anselm R Garbe <[email protected]> | |
Date: Sun, 5 May 2013 17:42:52 +0200 | |
prepared a new release | |
Diffstat: | |
M LICENSE | 2 +- | |
M config.mk | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,6 +1,6 @@ | |
MIT/X Consortium License | |
-© 2005-2012 Anselm R Garbe <[email protected]> | |
+© 2005-2013 Anselm R Garbe <[email protected]> | |
© 2008-2009 Jeroen Schot <[email protected]> | |
© 2007-2009 Kris Maglione <[email protected]> | |
© 2005 Nico Golde <nico at ngolde dot de> | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# sic version | |
-VERSION = 1.1 | |
+VERSION = 1.2 | |
# Customize below to fit your system | |