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

Commit c607ba3

Browse files
committed
Bump version to 3
1 parent b96fd2b commit c607ba3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/HapCodecVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

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

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

source/Info.plist

Lines changed: 3 additions & 3 deletions
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>2</string>
18+
<string>3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</string>
2323
<key>CSResourcesFileMapped</key>
2424
<true/>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2013 VIDVOX, LLC. All rights reserved.</string>
26+
<string>Copyright © 2014 VIDVOX, LLC. All rights reserved.</string>
2727
</dict>
2828
</plist>

0 commit comments

Comments
 (0)