aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-02 20:37:31 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-02 20:37:31 +0100
commit3063f8185b354358362665a90967fa15c5407f2b (patch)
tree1014909f1614de2375b49676543944751648f33d /bitlbee.h
parent8f984a0bca04f222dc0f63fe84974a3391a6e3fe (diff)
Bump up the version number, and also copy bee.h to the public include
directory. This should fix compatibility with the Skype module (together with some changes there).
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 10261c8a..a137ae43 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -34,10 +34,10 @@
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "1.2.8"
+#define BITLBEE_VERSION "1.3dev"
#define VERSION BITLBEE_VERSION
#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 8)
+#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 3, 0)
#define MAX_STRING 511