diff options
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -31,8 +31,11 @@ /* Depend on Windows 2000 for now since we need getaddrinfo() */ #define _WIN32_WINNT 0x0501 +/* Depend on Windows 2000 for now since we need getaddrinfo() */ +#define _WIN32_WINNT 0x0501 + #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "1.2.1" +#define BITLBEE_VERSION "1.2.3" #define VERSION BITLBEE_VERSION #define MAX_STRING 511 |