diff --git a/xxhash.h b/xxhash.h index c312511..6b443d9 100644 --- a/xxhash.h +++ b/xxhash.h @@ -159,7 +159,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; ***************************************/ #define XXH_VERSION_MAJOR 0 #define XXH_VERSION_MINOR 7 -#define XXH_VERSION_RELEASE 0 +#define XXH_VERSION_RELEASE 1 #define XXH_VERSION_NUMBER (XXH_VERSION_MAJOR *100*100 + XXH_VERSION_MINOR *100 + XXH_VERSION_RELEASE) XXH_PUBLIC_API unsigned XXH_versionNumber (void); diff --git a/xxhsum.1 b/xxhsum.1 index 3c8f2c4..2102a0c 100644 --- a/xxhsum.1 +++ b/xxhsum.1 @@ -1,5 +1,5 @@ . -.TH "XXHSUM" "1" "September 2017" "xxhsum 0.6.3" "User Commands" +.TH "XXHSUM" "1" "July 2019" "xxhsum 0.7.1" "User Commands" . .SH "NAME" \fBxxhsum\fR \- print or check xxHash non\-cryptographic checksums