summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-05 22:28:08 +0100
committerGitHub <noreply@github.com>2018-02-05 22:28:08 +0100
commit81831806132608d5111ffb24efd2a2469c62d197 (patch)
treeee6866ed202d1c0d021175042f0a6ba51225b1d6 /src/common.h
parentcfcc021c81eea84bd982a64764f62e163128acf3 (diff)
parent2185c4ddb36e1b53548674c2e6ebf95448f2c587 (diff)
downloadirssi-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.h2
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