summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-07-03 09:53:09 +0200
committerGitHub <noreply@github.com>2017-07-03 09:53:09 +0200
commit1656dc1e549cfbbe330aafcd8b92177aa9a5555f (patch)
tree3e0c555e3a15ee58e50c7db7f06dd6262d01b8de /src/common.h
parent2b209348bd2a90afbe1782b0b321d99892b7002b (diff)
parent1fc170ee11c308fae14a06aa29f2d8e3882cf9ce (diff)
downloadirssi-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.h2
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