aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-05-26 15:07:34 +0200
committerMarius Halden <marius.h@lden.org>2016-05-26 15:07:34 +0200
commit3448d86a3f329ec4d625bd72e64a96061e71e675 (patch)
treeff41da0d1f55d449b24a91e4b7a91cab0cbcc84d /bitlbee.h
parent8e4d9a1769a7d566278ed95d94a1cabd8fdc62e7 (diff)
parent59a7dc58dcf39b7eaed2015423f8a4fc2da3c7fd (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 14ca68d2..cbc44af1 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -41,6 +41,7 @@ extern "C" {
#define VERSION BITLBEE_VERSION
#define BITLBEE_VER(a, b, c) (((a) << 16) + ((b) << 8) + (c))
#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 4, 2)
+#define BITLBEE_ABI_VERSION_CODE 1
#define MAX_STRING 511