Skip to content

Commit

Permalink
[lib] Bump zstd version number
Browse files Browse the repository at this point in the history
  • Loading branch information
terrelln committed Mar 16, 2021
1 parent cd1551d commit ea288e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zstd.h
Expand Up @@ -72,7 +72,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 4
#define ZSTD_VERSION_RELEASE 9
#define ZSTD_VERSION_RELEASE 10
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)

/*! ZSTD_versionNumber() :
Expand Down

0 comments on commit ea288e0

Please sign in to comment.