Changeset 22646
- Timestamp:
- 02/18/2008 07:57:00 PM (9 months ago)
- Files:
-
- branches/adium-1.2/Plists/Adium_2.plist (modified) (3 diffs)
- branches/adium-1.2/Release/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/adium-1.2/Plists/Adium_2.plist
r22613 r22646 331 331 <string>Adium</string> 332 332 <key>CFBundleGetInfoString</key> 333 <string>1.2.2 b1, Copyright 2001-2008 The Adium Team</string>333 <string>1.2.2, Copyright 2001-2008 The Adium Team</string> 334 334 <key>CFBundleHelpBookFolder</key> 335 335 <string>AdiumHelp</string> … … 347 347 <string>APPL</string> 348 348 <key>CFBundleShortVersionString</key> 349 <string>1.2.2 b1</string>349 <string>1.2.2</string> 350 350 <key>CFBundleSignature</key> 351 351 <string>AdIM</string> … … 416 416 </array> 417 417 <key>CFBundleVersion</key> 418 <string>1.2.2 b1</string>418 <string>1.2.2</string> 419 419 <key>LSMinimumSystemVersion</key> 420 420 <string>10.4.0</string> branches/adium-1.2/Release/Makefile
r22613 r22646 15 15 ########### 16 16 17 VERSION=1.2.2 b118 BUILD_IN_DEBUG_MODE= TRUE19 BETA= TRUE17 VERSION=1.2.2 18 BUILD_IN_DEBUG_MODE=FALSE 19 BETA=FALSE 20 20 21 21 # Always builds in debug mode.