Changeset 1aacc0c0 for skype/Makefile


Ignore:
Timestamp:
2010-04-19T22:25:33Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
0d7bd89
Parents:
7cf146f
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r7cf146f r1aacc0c0  
    44DATE := $(shell date +%Y-%m-%d)
    55# latest stable
    6 BITLBEE_VERSION = 1.2.5
     6BITLBEE_VERSION = 1.2.6
    77
    88AMPATH = $(shell grep automake- $(shell which automake)|sed "s|.*'\(.*\)';|\1|")
Note: See TracChangeset for help on using the changeset viewer.