aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVMiklos <vmiklos@frugalware.org>2007-08-22 01:24:19 +0200
committerVMiklos <vmiklos@frugalware.org>2007-08-22 01:24:19 +0200
commit025da7a0aa83fea9032950983610f86b1b3d0e9b (patch)
tree6ae325fd3e144e4f99524eff0bceabdc41ec521f
parent43e2e9d61306e93c8435de5bba6a631a942645cd (diff)
updates for 0.1.1
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 2b549283..9bd84160 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.1.0
+VERSION = 0.1.1
skype.so: skype.c config.mak
$(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
diff --git a/skype/NEWS b/skype/NEWS
index 978c014c..8a89c140 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,6 +1,6 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
- - skyped now runs as daemon in the background by default
+0.1.1 - skyped now runs as daemon in the background by default
- skyped now automatically reconnects on Skype restarts
0.1.0 - initial release
- see README for major features