diff options
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 2 |
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) @@ -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 |