adium / adium-1.3

Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more. This is the current stable release of Adium 1.3 since development began on 1.4.

Clone this repository (size: 109.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/adium/adium-13/
commit 392: 3ec4996b2af0
parent 391: 2e287469fe16
branch: adium-1.3
Version up for 1.3.8-debug
Zachary West / zacwest
5 months ago

Changed (Δ5 bytes):

raw changeset »

Release/Makefile (2 lines added, 2 lines removed)

Up to file-list Release/Makefile:

17
17
# - make all
18
18
###########
19
19
20
VERSION=1.3.8
21
BUILD_IN_DEBUG_MODE?=FALSE
20
VERSION=1.3.8-debug
21
BUILD_IN_DEBUG_MODE?=TRUE
22
22
BETA?=FALSE
23
23
OFFICIAL_BUILD?=TRUE
24
24