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

Commit 9286843

Browse files
committed
Version to 9, update copyright year
1 parent 0962a22 commit 9286843

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Hap Codec Windows/Installer/HapQuickTimeSetup.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="8.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
3+
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="9.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
44
<Package Description="A QuickTime component to permit creating and playing Hap movies." Comments="Hap QuickTime Component" InstallerVersion="405" Compressed="yes" />
55
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
66
<Property Id="INSTALLDIR">
0 Bytes
Binary file not shown.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HAP AND THE HAP QUICKTIME CODEC:
22

3-
Copyright (c) 2012-2015, Tom Butterworth and Vidvox LLC. All rights reserved.
3+
Copyright (c) 2012-2016, Tom Butterworth and Vidvox LLC. All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

source/HapCodecVersion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
// The high word is the codecInterfaceVersion
29-
#define kHapDecompressorVersion (0x00040008)
29+
#define kHapDecompressorVersion (0x00040009)
3030

3131
// The high word is the codecInterfaceVersion
32-
#define kHapCompressorVersion (0x00040008)
32+
#define kHapCompressorVersion (0x00040009)

source/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<key>CFBundlePackageType</key>
1616
<string>thng</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8</string>
18+
<string>9</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>8</string>
22+
<string>9</string>
2323
<key>CSResourcesFileMapped</key>
2424
<true/>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2014, 2015 VIDVOX, LLC. All rights reserved.</string>
26+
<string>Copyright © 2014-2016 VIDVOX, LLC. All rights reserved.</string>
2727
</dict>
2828
</plist>

0 commit comments

Comments
 (0)