Changeset 943bda7


Ignore:
Timestamp:
2013-12-05T09:19:04Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
434a2d0
Parents:
08224f5
Message:

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/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    r08224f5 r943bda7  
    4242#define VERSION BITLBEE_VERSION
    4343#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    44 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 0)
     44#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1)
    4545
    4646#define MAX_STRING 511
Note: See TracChangeset for help on using the changeset viewer.