aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index ffb1fc38..20bc3284 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -35,10 +35,10 @@ extern "C" {
#endif
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "3.4.2"
+#define BITLBEE_VERSION "3.5"
#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_VERSION_CODE BITLBEE_VER(3, 5, 0)
#define BITLBEE_ABI_VERSION_CODE 1
#define MAX_STRING 511