diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-04-20 00:25:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-04-20 00:25:33 +0200 |
commit | 1aacc0c054c7ac90e15b80a85f239e843cf01bcc (patch) | |
tree | eb273ca63d6abeedc4faf87e1caf4c381c1cab23 /skype/Makefile | |
parent | 7cf146f37ae8fbc071c255cf20eb14e82186daf3 (diff) |
update for 1.2.6
also a bit of cleanup. you can still build for 1.2.5 using
'-DBITLBEE_VER(a,b,c)'='(((a) << 16) + ((b) << 8) + (c))'
if you really want, though.
Diffstat (limited to 'skype/Makefile')
-rw-r--r-- | skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 4aeb2e5e..4b1f2d5f 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -3,7 +3,7 @@ VERSION = 0.8.2 DATE := $(shell date +%Y-%m-%d) # latest stable -BITLBEE_VERSION = 1.2.5 +BITLBEE_VERSION = 1.2.6 AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|") |