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

Commit

Permalink
Version to 7, update date in LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnoise committed Sep 14, 2015
1 parent 4d1fcae commit 2886505
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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="6.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="7.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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HAP AND THE HAP QUICKTIME CODEC:

Copyright (c) 2012-2014, Tom Butterworth and Vidvox LLC. All rights reserved.
Copyright (c) 2012-2015, Tom Butterworth and Vidvox LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
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 (0x00040006)
#define kHapDecompressorVersion (0x00040007)

// The high word is the codecInterfaceVersion
#define kHapCompressorVersion (0x00040006)
#define kHapCompressorVersion (0x00040007)
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>6</string>
<string>7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 2886505

Please sign in to comment.