Changeset 23238
- Timestamp:
- 04/28/2008 10:57:16 PM (7 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
r23197 r23238 331 331 <string>Adium</string> 332 332 <key>CFBundleGetInfoString</key> 333 <string>1.2.5 b2, Copyright 2001-2008 The Adium Team</string>333 <string>1.2.5, 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.5 b2</string>349 <string>1.2.5</string> 350 350 <key>CFBundleSignature</key> 351 351 <string>AdIM</string> … … 416 416 </array> 417 417 <key>CFBundleVersion</key> 418 <string>1.2.5 b2</string>418 <string>1.2.5</string> 419 419 <key>LSMinimumSystemVersion</key> 420 420 <string>10.4.0</string> branches/adium-1.2/Release/Makefile
r23197 r23238 15 15 ########### 16 16 17 VERSION=1.2.5 b218 BUILD_IN_DEBUG_MODE= TRUE19 BETA= TRUE17 VERSION=1.2.5 18 BUILD_IN_DEBUG_MODE=FALSE 19 BETA=FALSE 20 20 OFFICIAL_BUILD=TRUE 21 21