Changeset 1092
- Timestamp:
- 07/08/09 01:31:26 (14 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
Plists/Perian-Info.plist (modified) (2 diffs)
-
Plists/PerianPane-Info.plist (modified) (1 diff)
-
Release/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Plists/Perian-Info.plist
r1047 r1092 8 8 <string>Perian</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>1.1.4 b1(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string>10 <string>1.1.4 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 11 11 <key>CFBundleIdentifier</key> 12 12 <string>org.perian.Perian</string> … … 16 16 <string>BNDL</string> 17 17 <key>CFBundleShortVersionString</key> 18 <string>1.1.4 b1</string>18 <string>1.1.4</string> 19 19 <key>CFBundleSignature</key> 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>1.1.4 b1</string>22 <string>1.1.4</string> 23 23 <key>CSResourcesFileMapped</key> 24 24 <string>yes</string> -
trunk/Plists/PerianPane-Info.plist
r1047 r1092 33 33 <string>????</string> 34 34 <key>CFBundleVersion</key> 35 <string>1.1.4 b1</string>35 <string>1.1.4</string> 36 36 <key>CFBundleGetInfoString</key> 37 <string>1.1.4 b1(SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string>37 <string>1.1.4 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 38 38 <key>CFBundleName</key> 39 39 <string>Perian</string> -
trunk/Release/Makefile
r1047 r1092 4 4 # Check the Perian.component target and PerianPane target. 5 5 6 VERSION=1.1.4 b17 BETA= TRUE6 VERSION=1.1.4 7 BETA=FALSE 8 8 SRC_DIR=.. 9 9 BUILD_DIR=build
