aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c
diff options
context:
space:
mode:
authormcpcpc <michaelczigler@icloud.com>2020-09-14 22:02:41 -0400
committermcpcpc <michaelczigler@icloud.com>2020-09-14 22:02:41 -0400
commit988076808522de6d79bdf664ba97c47db0f35978 (patch)
treec74b33c698109a5ddcfc294195f7ca82fc03d2e7 /kirc.c
parentdelete log file (diff)
downloadkirc-988076808522de6d79bdf664ba97c47db0f35978.tar.gz
kirc-988076808522de6d79bdf664ba97c47db0f35978.tar.bz2
kirc-988076808522de6d79bdf664ba97c47db0f35978.tar.xz
kirc-988076808522de6d79bdf664ba97c47db0f35978.tar.zst
kirc-988076808522de6d79bdf664ba97c47db0f35978.zip
bump version
Diffstat (limited to 'kirc.c')
-rw-r--r--kirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kirc.c b/kirc.c
index 76dcc9f..91f3c4c 100644
--- a/kirc.c
+++ b/kirc.c
@@ -13,7 +13,7 @@
#define MSG_MAX 512 /* guaranteed max message length */
#define CHA_MAX 200 /* gauranteed max channel length */
-#define VERSION "0.0.8" /* software version */
+#define VERSION "0.0.9" /* software version */
#define USAGE "kirc [-s hostname] [-p port] [-c channel] [-n nick] \
[-r real name] [-u username] [-k password] [-x init command] [-w columns] \
[-W columns] [-o path] [-h|v|V]"