This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 4 files changed +6
-6
lines changed
Hap Codec Windows/Installer
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
<choice id =" com.Vidvox.pkg.Hap" visible =" false" >
13
13
<pkg-ref id =" com.Vidvox.pkg.Hap" />
14
14
</choice >
15
- <pkg-ref id =" com.Vidvox.pkg.Hap" version =" 11 " onConclusion =" none" >Hap.pkg</pkg-ref >
15
+ <pkg-ref id =" com.Vidvox.pkg.Hap" version =" 12 " onConclusion =" none" >Hap.pkg</pkg-ref >
16
16
</installer-gui-script >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3
- <Product Id =" *" Name =" Hap QuickTime Component" Language =" 1033" Version =" 11 .0.0" Manufacturer =" Vidvox" UpgradeCode =" 36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B" >
3
+ <Product Id =" *" Name =" Hap QuickTime Component" Language =" 1033" Version =" 12 .0.0" Manufacturer =" Vidvox" UpgradeCode =" 36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B" >
4
4
<Package Description =" A QuickTime component to permit creating and playing Hap movies." Comments =" Hap QuickTime Component" InstallerVersion =" 405" Compressed =" yes" />
5
5
<Media Id =" 1" Cabinet =" simple.cab" EmbedCab =" yes" />
6
6
<Property Id =" INSTALLDIR" >
Original file line number Diff line number Diff line change 26
26
*/
27
27
28
28
// The high word is the codecInterfaceVersion
29
- #define kHapDecompressorVersion (0x0004000B )
29
+ #define kHapDecompressorVersion (0x0004000C )
30
30
31
31
// The high word is the codecInterfaceVersion
32
- #define kHapCompressorVersion (0x0004000B )
32
+ #define kHapCompressorVersion (0x0004000C )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >thng </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >11 </string >
18
+ <string >12 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >11 </string >
22
+ <string >12 </string >
23
23
<key >CSResourcesFileMapped </key >
24
24
<true />
25
25
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments