Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bitlbee-skype.git;a=commitdiff;h=12e97750a28468200dced16ef70bd9262a015337
commit 12e97750a28468200dced16ef70bd9262a015337 Author: VMiklos <[EMAIL PROTECTED]> Date: Sun Oct 7 22:56:17 2007 +0200 updates for 0.2.0 diff --git a/Makefile b/Makefile index 3f6792d..06b1712 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.1.4 +VERSION = 0.2.0 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) diff --git a/NEWS b/NEWS index b81fb5c..e2ff922 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.2.0 - group chat support + - ~300 lines of new code, so be careful :) + - the version number mentions that this is not a minor change 0.1.4 - documentation: mention the version of all deps (requirements section) - fix sending / sending accents _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
