aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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