From b94a5e947792a61f6833c54f6d13d344b2d699b6 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 25 Jul 2019 16:24:33 -0700 Subject: [PATCH] bumped version number --- xxhash.h | 2 +- xxhsum.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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