Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnoise committed May 20, 2016
1 parent c7d5485 commit a6b6e60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Hap Codec Mac/Distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<choice id="com.Vidvox.pkg.Hap" visible="false">
<pkg-ref id="com.Vidvox.pkg.Hap"/>
</choice>
<pkg-ref id="com.Vidvox.pkg.Hap" version="10" onConclusion="none">Hap.pkg</pkg-ref>
<pkg-ref id="com.Vidvox.pkg.Hap" version="11" onConclusion="none">Hap.pkg</pkg-ref>
</installer-gui-script>
2 changes: 1 addition & 1 deletion Hap Codec Windows/Installer/HapQuickTimeSetup.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="10.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="11.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
<Package Description="A QuickTime component to permit creating and playing Hap movies." Comments="Hap QuickTime Component" InstallerVersion="405" Compressed="yes" />
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
<Property Id="INSTALLDIR">
Expand Down
4 changes: 2 additions & 2 deletions source/HapCodecVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

// The high word is the codecInterfaceVersion
#define kHapDecompressorVersion (0x00040010)
#define kHapDecompressorVersion (0x0004000B)

// The high word is the codecInterfaceVersion
#define kHapCompressorVersion (0x00040010)
#define kHapCompressorVersion (0x0004000B)
4 changes: 2 additions & 2 deletions source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>thng</string>
<key>CFBundleShortVersionString</key>
<string>10</string>
<string>11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit a6b6e60

Please sign in to comment.