Changeset 610

Show
Ignore:
Timestamp:
06/29/07 12:37:46 (1 year ago)
Author:
gbooker
Message:
  • Locked SVN revions
  • Corrected Appcast lookup
  • Versioned
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.0

    • Property svn:externals changed from
      ffmpeg svn://svn.mplayerhq.hu/ffmpeg/trunk
      libebml http://svn.matroska.org/svn/matroska/trunk/libebml
      libmatroska http://svn.matroska.org/svn/matroska/trunk/libmatroska
      a52codec http://svn.cod3r.com/a52codec/trunk
      to
      ffmpeg -r9384 svn://svn.mplayerhq.hu/ffmpeg/trunk
      libebml -r1297 http://svn.matroska.org/svn/matroska/trunk/libebml
      libmatroska -r1297 http://svn.matroska.org/svn/matroska/trunk/libmatroska
      a52codec -r51 http://svn.cod3r.com/a52codec/trunk
  • branches/perian-1.0/Plists/Perian-Info.plist

    r527 r610  
    88        <string>Perian</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>1.0b5 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 
     10        <string>1.0 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 
    1111        <key>CFBundleIdentifier</key> 
    1212        <string>org.perian.Perian</string> 
     
    1616        <string>BNDL</string> 
    1717        <key>CFBundleShortVersionString</key> 
    18         <string>1.0b5</string> 
     18        <string>1.0</string> 
    1919        <key>CFBundleSignature</key> 
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.0b5</string> 
     22        <string>1.0</string> 
    2323        <key>CSResourcesFileMapped</key> 
    2424        <string>yes</string> 
  • branches/perian-1.0/Plists/PerianPane-Info.plist

    r527 r610  
    3333        <string>????</string> 
    3434        <key>CFBundleVersion</key> 
    35         <string>1.0b5</string> 
     35        <string>1.0</string> 
    3636        <key>CFBundleName</key> 
    3737        <string>Perian</string> 
  • branches/perian-1.0/Plists/PerianUpdateChecker-Info.plist

    r527 r610  
    1818        <string>????</string> 
    1919        <key>CFBundleVersion</key> 
    20         <string>1.0b5</string> 
     20        <string>1.0</string> 
    2121        <key>NSMainNibFile</key> 
    2222        <string>UpdateCheckerMainMenu</string> 
  • branches/perian-1.0/Release/Makefile

    r528 r610  
    44# Check the Perian.component target and PerianPane target. 
    55 
    6 VERSION=1.0b5 
     6VERSION=1.0 
    77BETA=FALSE 
    88SRC_DIR=.. 
  • branches/perian-1.0/Update Checker Sources/UpdateCheckerAppDelegate.m

    r581 r610  
    1515 
    1616//define the following to use the beta appcast URL, but DON'T commit that change 
    17 #define betaAppcastUrl @"whatever" 
     17//#define betaAppcastUrl @"whatever" 
    1818 
    1919@interface UpdateCheckerAppDelegate (private)