Changeset 221a273


Ignore:
Timestamp:
2007-11-24T19:07:22Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2c2df7d, b6a2373
Parents:
608f8cf
Message:

1.1.1dev (Although the CHANGES change isn't in there).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r608f8cf r221a273  
    1111# Program variables
    1212objects = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o user.o
    13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha.h lib/ssl_client.h lib/url.h protocols/nogaim.h
     13headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.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/nogaim.h
    1414subdirs = lib protocols
    1515
  • bitlbee.h

    r608f8cf r221a273  
    3030
    3131#define PACKAGE "BitlBee"
    32 #define BITLBEE_VERSION "1.1dev"
     32#define BITLBEE_VERSION "1.1.1dev"
    3333#define VERSION BITLBEE_VERSION
    3434
  • doc/CHANGES

    r608f8cf r221a273  
    6767    resources available for that buddy. (Of course this only works if the
    6868    buddy is in your contact list.)
     69  * An XML console (add xmlconsole to your contact list or see "help set
     70    xmlconsole" if you want it permanently).
    6971
    7072Finished ???
Note: See TracChangeset for help on using the changeset viewer.