Skip to content

Commit

Permalink
released at 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpcpc authored Jun 3, 2021
1 parent 44fc9cf commit ef1c20a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kirc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* See LICENSE file for license details. */
#define _POSIX_C_SOURCE 200809L
#if defined(__FreeBSD__) || defined(__OpenBSD__)
# include <sys/types.h>
# include <sys/socket.h>
#endif
#include <stdarg.h>
#include <netdb.h>
#include <stdio.h>
Expand All @@ -14,7 +18,7 @@
#include <sys/ioctl.h>

#define CTCP_CMDS "ACTION VERSION TIME CLIENTINFO PING"
#define VERSION "0.2.6"
#define VERSION "0.2.7"
#define MSG_MAX 512
#define CHA_MAX 200
#define NIC_MAX 26
Expand Down

0 comments on commit ef1c20a

Please sign in to comment.