Up version to 6.0.0-alpha9.

This commit is contained in:
2022-12-02 11:58:15 +00:00
parent 8ead1da1c4
commit b5e7143e5d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Aaru.Compression.Native</id>
<version>6.0.0-alpha8</version>
<version>6.0.0-alpha9</version>
<description>C implementation of compression algorithms used by Aaru.</description>
<authors>claunia</authors>
<projectUrl>https://github.com/aaru-dps/Aaru.Compression.Native</projectUrl>

View File

@@ -153,7 +153,7 @@ AARU_EXPORT size_t AARU_CALL AARU_zstd_encode_buffer(void* dst_buffer,
size_t src_size,
int32_t compressionLevel);
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000086
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000089
AARU_EXPORT uint64_t AARU_CALL AARU_get_acn_version();