aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c
diff options
context:
space:
mode:
authormcpcpc <michaelczigler@icloud.com>2020-09-21 19:41:04 -0400
committermcpcpc <michaelczigler@icloud.com>2020-09-21 19:41:04 -0400
commite6cf9b3477c83e76f0f4f2eb47071c80490e9215 (patch)
tree7002e7e3125cd56c6eded57c81e86347e2e005f8 /kirc.c
parentadd keyboardhit() function (diff)
downloadkirc-e6cf9b3477c83e76f0f4f2eb47071c80490e9215.tar.gz
kirc-e6cf9b3477c83e76f0f4f2eb47071c80490e9215.tar.bz2
kirc-e6cf9b3477c83e76f0f4f2eb47071c80490e9215.tar.xz
kirc-e6cf9b3477c83e76f0f4f2eb47071c80490e9215.tar.zst
kirc-e6cf9b3477c83e76f0f4f2eb47071c80490e9215.zip
bumper version to 0.1.0
Diffstat (limited to '')
-rw-r--r--kirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kirc.c b/kirc.c
index d6bba09..4e9cb24 100644
--- a/kirc.c
+++ b/kirc.c
@@ -16,7 +16,7 @@
#define MSG_MAX 512 /* guaranteed max message length */
#define CHA_MAX 200 /* guaranteed max channel length */
-#define VERSION "0.0.9" /* software version */
+#define VERSION "0.1.0" /* 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]"