Changeset 881

Show
Ignore:
Timestamp:
05/17/08 23:52:57 (5 months ago)
Author:
astrange
Message:

Might as well change the version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FFusionCodec.h

    r876 r881  
    2929//--------------------------------------------------------------------------- 
    3030 
    31 #define kFFusionCodecVersion            (0x00030003
     31#define kFFusionCodecVersion            (0x00030004
    3232 
    3333#define kDivX1CodecInfoResID            256 
  • trunk/MatroskaExportVersion.h

    r794 r881  
    2424 
    2525// The high word is the codecInterfaceVersion 
    26 #define kMatroskaExportVersion          (0x00020001
     26#define kMatroskaExportVersion          (0x00020002
    2727 
    2828#define kMatroskaExportShortFileTypeNamesResID 1025 
  • trunk/MatroskaImportVersion.h

    r806 r881  
    2424 
    2525// The high word is the codecInterfaceVersion 
    26 #define kMatroskaImportVersion          (0x00020002
     26#define kMatroskaImportVersion          (0x00020003
  • trunk/Plists/Perian-Info.plist

    r806 r881  
    88        <string>Perian</string> 
    99        <key>CFBundleGetInfoString</key> 
    10         <string>1.1 (SVNREVISION ffmpeg: FFMPEGREVISION), Copyright 2007 The Perian Team</string> 
     10        <string>1.1.1b1 (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.1</string> 
     18        <string>1.1.1b1</string> 
    1919        <key>CFBundleSignature</key> 
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>1.1</string> 
     22        <string>1.1.1b1</string> 
    2323        <key>CSResourcesFileMapped</key> 
    2424        <string>yes</string> 
  • trunk/Plists/PerianPane-Info.plist

    r806 r881  
    3333        <string>????</string> 
    3434        <key>CFBundleVersion</key> 
    35         <string>1.1</string> 
     35        <string>1.1.1b1</string> 
    3636        <key>CFBundleName</key> 
    3737        <string>Perian</string> 
  • trunk/Plists/PerianUpdateChecker-Info.plist

    r806 r881  
    1818        <string>????</string> 
    1919        <key>CFBundleVersion</key> 
    20         <string>1.1</string> 
     20        <string>1.1.1b1</string> 
    2121        <key>NSMainNibFile</key> 
    2222        <string>UpdateCheckerMainMenu</string> 
  • trunk/Release/Makefile

    r806 r881  
    44# Check the Perian.component target and PerianPane target. 
    55 
    6 VERSION=1.1 
    7 BETA=FALS
     6VERSION=1.1.1b1 
     7BETA=TRU
    88SRC_DIR=.. 
    99BUILD_DIR=build 
     
    1313 
    1414ifeq ($(BETA),TRUE) 
    15     BUILDSTYLE=Development 
     15    BUILDSTYLE=Deployment+Debug 
    1616else 
    1717    BUILDSTYLE=Deployment 
  • trunk/TextSubCodec.h

    r313 r881  
    1414#define kManufacturer           'Peri' 
    1515 
    16 #define kTextSubCodecVersion    (0x00020001
     16#define kTextSubCodecVersion    (0x00020002
    1717 
    1818#define kSSASubCodecResource   250 
  • trunk/VobSubCodec.h

    r218 r881  
    1010 
    1111// The high word is the codecInterfaceVersion 
    12 #define kVobSubCodecVersion             (0x00020001
     12#define kVobSubCodecVersion             (0x00020002
    1313 
    1414#define kVobSubCodecFormatName  "VobSub" 
  • trunk/ff_MovieImportVersion.h

    r806 r881  
    2424#define __FF_MOVIEIMPORTVERSION__ 
    2525 
    26 #define kFFAviComponentVersion 0x00010003 
     26#define kFFAviComponentVersion 0x00010005 
    2727 
    2828#define kChristophManufacturer 'Peri'