diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-12-05 09:19:04 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-12-05 09:19:04 +0000 |
commit | 943bda7dd7dee1de1295f1e927a55415c633bee6 (patch) | |
tree | 214ae0927bd37dd396d32bfddd9c241ca50cb6ef /bitlbee.h | |
parent | 08224f59156c251c1ce9c4677d6c0f4eb76de18e (diff) |
Fix BITLBEE_VERSION_CODE which I stupidly forgot to update for the 3.2.1
release.
Too bad r1000 for BitlBee is going to be this boring. :-( Flexo in #bitlbee
suggested an ASCII cake for r1000, I'll go for this instead:
{{{
+ o + o
+ o + +
o +
o + + +
+ o o + o
-_-_-_-_-_-_-_,------, o
_-_-_-_-_-_-_-| /\_/\
-_-_-_-_-_-_-~|__( ^ .^) + +
_-_-_-_-_-_-_-"" ""
+ o o + o
+ +
o o o o +
o +
+ + o o +
}}}
http://evilzone.org/creative-arts/nyan-cat-ascii/
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ extern "C" { #define BITLBEE_VERSION "3.2.1" #define VERSION BITLBEE_VERSION #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 0) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1) #define MAX_STRING 511 |