diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-02-05 22:28:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 22:28:08 +0100 |
commit | 81831806132608d5111ffb24efd2a2469c62d197 (patch) | |
tree | ee6866ed202d1c0d021175042f0a6ba51225b1d6 /src/common.h | |
parent | cfcc021c81eea84bd982a64764f62e163128acf3 (diff) | |
parent | 2185c4ddb36e1b53548674c2e6ebf95448f2c587 (diff) | |
download | irssi-81831806132608d5111ffb24efd2a2469c62d197.zip |
Merge pull request #764 from GinjaNinja32/colorful-input
Add color support for input bar
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index ba5557e6..46d0c45a 100644 --- a/src/common.h +++ b/src/common.h @@ -6,7 +6,7 @@ #define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */ #define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */ -#define IRSSI_ABI_VERSION 13 +#define IRSSI_ABI_VERSION 14 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697 |