Lines 1-11
Link Here
|
1 |
--- lib/lz4.h.orig 2018-01-12 22:36:10 UTC |
|
|
2 |
+++ lib/lz4.h |
3 |
@@ -93,7 +93,7 @@ extern "C" { |
4 |
/*------ Version ------*/ |
5 |
#define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ |
6 |
#define LZ4_VERSION_MINOR 8 /* for new (non-breaking) interface capabilities */ |
7 |
-#define LZ4_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */ |
8 |
+#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ |
9 |
|
10 |
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) |
11 |
|