Changeset 3063f81


Ignore:
Timestamp:
2010-08-02T19:37:31Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
bce2014
Parents:
8f984a0
Message:

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).

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8f984a0 r3063f81  
    1111# Program variables
    1212objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_channel.o irc_commands.o irc_send.o irc_user.o irc_util.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS)
    13 headers = bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/account.h protocols/ft.h protocols/nogaim.h
     13headers = bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/account.h protocols/bee.h protocols/ft.h protocols/nogaim.h
    1414subdirs = lib protocols
    1515
  • bitlbee.h

    r8f984a0 r3063f81  
    3535
    3636#define PACKAGE "BitlBee"
    37 #define BITLBEE_VERSION "1.2.8"
     37#define BITLBEE_VERSION "1.3dev"
    3838#define VERSION BITLBEE_VERSION
    3939#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    40 #define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 8)
     40#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 3, 0)
    4141
    4242#define MAX_STRING 511
Note: See TracChangeset for help on using the changeset viewer.