diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-23 15:03:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 15:03:00 -0400 |
commit | b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1 (patch) | |
tree | 3e9056594bd267a75091ec315b4e5763ba8c5a4a | |
parent | temporary fix for line wrap with esc sequences (diff) | |
download | kirc-b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1.tar.gz kirc-b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1.tar.bz2 kirc-b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1.tar.xz kirc-b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1.tar.zst kirc-b9125de3636d3b47a2c73fd3c70fd1f1a22b63d1.zip |
bump version to 0.1.1
-rw-r--r-- | kirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #define MSG_MAX 512 /* guaranteed max message length */ #define CHA_MAX 200 /* guaranteed max channel length */ -#define VERSION "0.1.0" /* software version */ +#define VERSION "0.1.1" /* software version */ #define USAGE "kirc [-s hostname] [-p port] [-c channel] [-n nick] \ [-r real_name] [-u username] [-k password] [-a token] [-x init_command] \ [-w columns] [-W columns] [-o path] [-h|v|V]" |