aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2007-11-24 00:49:13 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2007-11-24 00:49:13 +0100
commitfc26bcbfe29942e7f256d3504bbe53dacc690b78 (patch)
tree3cf0f2508a81b89dd98f1018d98bc059248bdf03
parent5652d4369f6a807db7301f8d1350b7cc38abd6d1 (diff)
updates for 0.2.3
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 8cf2f637..b2b61ad1 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.2.2
+VERSION = 0.2.3
skype.so: skype.c config.mak
$(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
diff --git a/skype/NEWS b/skype/NEWS
index 6b5b3bc2..cc05f419 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,5 +1,6 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+0.2.3 - fixed that annoying "creating groupchat failed" warning
0.2.2 - don't change the topic if skype does not report a successful
topic change
- fixed for the recent bitlbee API changes