diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-08-22 01:24:19 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-08-22 01:24:19 +0200 |
commit | 025da7a0aa83fea9032950983610f86b1b3d0e9b (patch) | |
tree | 6ae325fd3e144e4f99524eff0bceabdc41ec521f | |
parent | 43e2e9d61306e93c8435de5bba6a631a942645cd (diff) |
updates for 0.1.1
-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 |