Skip to content

Commit

Permalink
bumped version number to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Sep 8, 2017
1 parent fdff50d commit 6e7a396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xxhash.h
Expand Up @@ -149,7 +149,7 @@ regular symbol name will be automatically translated by this header.
***************************************/
#define XXH_VERSION_MAJOR 0
#define XXH_VERSION_MINOR 6
#define XXH_VERSION_RELEASE 2
#define XXH_VERSION_RELEASE 3
#define XXH_VERSION_NUMBER (XXH_VERSION_MAJOR *100*100 + XXH_VERSION_MINOR *100 + XXH_VERSION_RELEASE)
XXH_PUBLIC_API unsigned XXH_versionNumber (void);

Expand Down
6 changes: 3 additions & 3 deletions xxhsum.1
@@ -1,14 +1,14 @@
.
.TH "XXHSUM" "1" "August 2016" "xxhsum 0.6.2" "User Commands"
.TH "XXHSUM" "1" "September 2017" "xxhsum 0.6.3" "User Commands"
.
.SH "NAME"
\fBxxhsum\fR \- print or check xxHash non\-cryptographic checksums
.
.SH "SYNOPSIS"
\fBxxhsum\fR [\fIOPTION\fR] \.\.\. [\fIFILE\fR] \.\.\.
\fBxxhsum [<OPTION>] \.\.\. [<FILE>] \.\.\.\fR
.
.br
\fBxxhsum \-b\fR [\fIOPTION\fR] \.\.\.
\fBxxhsum \-b [<OPTION>] \.\.\.\fR
.
.P
\fBxxh32sum\fR is equivalent to \fBxxhsum \-H0\fR
Expand Down

0 comments on commit 6e7a396

Please sign in to comment.