Up version to 6.0.0-alpha9.

This commit is contained in:
2022-12-01 23:07:49 +00:00
parent fa8a32096c
commit 722d910bbb
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.Checksums.Native</id>
<version>6.0.0-alpha6</version>
<version>6.0.0-alpha9</version>
<description>C implementation of CRC16, CRC32, CRC64, Fletcher, Adler and SpamSum.</description>
<authors>claunia</authors>
<projectUrl>https://github.com/aaru-dps/Aaru.Checksums.Native</projectUrl>

View File

@@ -56,7 +56,7 @@
#include "simd.h"
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000086
#define AARU_CHECKUMS_NATIVE_VERSION 0x06000089
AARU_EXPORT uint64_t AARU_CALL get_acn_version();