diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-24 19:07:22 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-24 19:07:22 +0000 |
commit | 221a27346f768b9626f2a0281ff774790858a0c2 (patch) | |
tree | c9fc2296a2c6387d9e03237f01493fcda1dfca99 | |
parent | 608f8cf652d0c443ef551ac979bd46096b361663 (diff) |
1.1.1dev (Although the CHANGES change isn't in there).1.1.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | bitlbee.h | 2 | ||||
-rw-r--r-- | doc/CHANGES | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -10,7 +10,7 @@ # Program variables objects = 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 -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 +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/sha1.h lib/ssl_client.h lib/url.h protocols/nogaim.h subdirs = lib protocols # Expansion of variables @@ -29,7 +29,7 @@ #define _GNU_SOURCE /* Stupid GNU :-P */ #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "1.1dev" +#define BITLBEE_VERSION "1.1.1dev" #define VERSION BITLBEE_VERSION #define MAX_STRING 128 diff --git a/doc/CHANGES b/doc/CHANGES index b8dbe86f..ee4cde69 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -66,6 +66,8 @@ Version 1.2: * The info command now gives away state/message information for all resources available for that buddy. (Of course this only works if the buddy is in your contact list.) + * An XML console (add xmlconsole to your contact list or see "help set + xmlconsole" if you want it permanently). Finished ??? |