aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kirc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kirc.c b/kirc.c
index d69860a..6f1f943 100644
--- a/kirc.c
+++ b/kirc.c
@@ -18,7 +18,7 @@
#include <sys/ioctl.h>
#define CTCP_CMDS "ACTION VERSION TIME CLIENTINFO PING"
-#define VERSION "0.2.9"
+#define VERSION "0.3.0"
#define MSG_MAX 512
#define CHA_MAX 200
#define NIC_MAX 26
@@ -917,7 +917,7 @@ static void usage(void) {
}
static void version(void) {
- fputs("kirc-" VERSION "Copyright © 2021 Michael Czigler, MIT License\n",
+ fputs("kirc-" VERSION " Copyright © 2021 Michael Czigler, MIT License\n",
stdout);
exit(0);
}