Changeset 1295
- Timestamp:
- 03/11/10 22:29:15 (5 months ago)
- Location:
- branches/perian-1.2
- Files:
-
- 5 modified
-
Plists/Perian-Info.plist (modified) (2 diffs)
-
Plists/PerianOpener-Info.plist (modified) (1 diff)
-
Plists/PerianPane-Info.plist (modified) (1 diff)
-
Plists/PerianUpdateChecker-Info.plist (modified) (1 diff)
-
Release/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/perian-1.2/Plists/Perian-Info.plist
r1293 r1295 8 8 <string>Perian</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>1.2.1 b2(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2009 The Perian Team</string>10 <string>1.2.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2009 The Perian Team</string> 11 11 <key>CFBundleIconFile</key> 12 12 <string>Perian_icon</string> … … 18 18 <string>thng</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>1.2.1 b2</string>20 <string>1.2.1</string> 21 21 <key>CFBundleSignature</key> 22 22 <string>Peri</string> 23 23 <key>CFBundleVersion</key> 24 <string>1.2.1 b2</string>24 <string>1.2.1</string> 25 25 <key>CSResourcesFileMapped</key> 26 26 <string>yes</string> -
branches/perian-1.2/Plists/PerianOpener-Info.plist
r1293 r1295 233 233 <string>PerO</string> 234 234 <key>CFBundleVersion</key> 235 <string>1.2.1 b2</string>235 <string>1.2.1</string> 236 236 <key>NSAppleScriptEnabled</key> 237 237 <string>YES</string> -
branches/perian-1.2/Plists/PerianPane-Info.plist
r1293 r1295 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>1.2.1 b2</string>22 <string>1.2.1</string> 23 23 <key>CFBundleGetInfoString</key> 24 <string>1.2.1 b2(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2009 The Perian Team</string>24 <string>1.2.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2009 The Perian Team</string> 25 25 <key>CFBundleName</key> 26 26 <string>Perian</string> -
branches/perian-1.2/Plists/PerianUpdateChecker-Info.plist
r1293 r1295 18 18 <string>????</string> 19 19 <key>CFBundleVersion</key> 20 <string>1.2.1 b2</string>20 <string>1.2.1</string> 21 21 <key>NSMainNibFile</key> 22 22 <string>UpdateCheckerMainMenu</string> -
branches/perian-1.2/Release/Makefile
r1293 r1295 4 4 # Check the Perian.component target and PerianPane target. 5 5 6 VERSION=1.2.1 b27 BETA= TRUE6 VERSION=1.2.1 7 BETA=FALSE 8 8 SRC_DIR=.. 9 9 BUILD_DIR=build
