diff options
Diffstat (limited to 'bitlbee.h')
| -rw-r--r-- | bitlbee.h | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -34,13 +34,15 @@  #define _WIN32_WINNT 0x0501  #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "1.2.5" +#define BITLBEE_VERSION "1.2.6a"  #define VERSION BITLBEE_VERSION +#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) +#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 6)  #define MAX_STRING 511  #if HAVE_CONFIG_H -#include "config.h" +#include <config.h>  #endif  #include <fcntl.h> | 
