Branching adium-1.5.3 into adium-1.5.4. adium-1.5.4
authorThijs Alkemade <thijsalkemade@gmail.com>
Mon, 13 Aug 2012 00:00:09 +0200
branchadium-1.5.4
changeset 499438ba68738994
parent 4993 c9b03688370c
child 4995 0083bb897bbd
Branching adium-1.5.3 into adium-1.5.4.
Plists/Info.plist
Release/Makefile
     1.1 --- a/Plists/Info.plist	Sun Aug 12 23:03:25 2012 +0200
     1.2 +++ b/Plists/Info.plist	Mon Aug 13 00:00:09 2012 +0200
     1.3 @@ -354,7 +354,7 @@
     1.4  	<key>CFBundleExecutable</key>
     1.5  	<string>Adium</string>
     1.6  	<key>CFBundleGetInfoString</key>
     1.7 -	<string>1.5.3, Copyright © 2001-2012 The Adium Team</string>
     1.8 +	<string>1.5.4b1, Copyright © 2001-2012 The Adium Team</string>
     1.9  	<key>CFBundleHelpBookFolder</key>
    1.10  	<string>AdiumHelp</string>
    1.11  	<key>CFBundleHelpBookName</key>
    1.12 @@ -370,7 +370,7 @@
    1.13  	<key>CFBundlePackageType</key>
    1.14  	<string>APPL</string>
    1.15  	<key>CFBundleShortVersionString</key>
    1.16 -	<string>1.5.3</string>
    1.17 +	<string>1.5.4</string>
    1.18  	<key>CFBundleSignature</key>
    1.19  	<string>AdIM</string>
    1.20  	<key>CFBundleURLTypes</key>
    1.21 @@ -469,7 +469,7 @@
    1.22  		</dict>
    1.23  	</array>
    1.24  	<key>CFBundleVersion</key>
    1.25 -	<string>1.5.3</string>
    1.26 +	<string>1.5.4</string>
    1.27  	<key>LSApplicationCategoryType</key>
    1.28  	<string>public.app-category.social-networking</string>
    1.29  	<key>LSFileQuarantineEnabled</key>
     2.1 --- a/Release/Makefile	Sun Aug 12 23:03:25 2012 +0200
     2.2 +++ b/Release/Makefile	Mon Aug 13 00:00:09 2012 +0200
     2.3 @@ -17,9 +17,9 @@
     2.4  # - make all
     2.5  ###########
     2.6  
     2.7 -VERSION=1.5.3
     2.8 +VERSION=1.5.4b1
     2.9  BUILD_IN_DEBUG_MODE?=FALSE
    2.10 -BETA?=FALSE
    2.11 +BETA?=YES
    2.12  OFFICIAL_BUILD?=TRUE
    2.13  
    2.14  # Always builds in debug mode.