diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-07-03 09:53:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 09:53:09 +0200 |
commit | 1656dc1e549cfbbe330aafcd8b92177aa9a5555f (patch) | |
tree | 3e0c555e3a15ee58e50c7db7f06dd6262d01b8de /src/common.h | |
parent | 2b209348bd2a90afbe1782b0b321d99892b7002b (diff) | |
parent | 1fc170ee11c308fae14a06aa29f2d8e3882cf9ce (diff) | |
download | irssi-1656dc1e549cfbbe330aafcd8b92177aa9a5555f.zip |
Merge pull request #653 from ailin-nemui/regexex
Enable UTF8 in GRegex
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 ddbb1deb..100d00cb 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 9 +#define IRSSI_ABI_VERSION 10 #define DEFAULT_SERVER_ADD_PORT 6667 #define DEFAULT_SERVER_ADD_TLS_PORT 6697 |