summaryrefslogtreecommitdiffstats
path: root/lz4cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'lz4cli.c')
-rw-r--r--lz4cli.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lz4cli.c b/lz4cli.c
index 4743115..5375ac6 100644
--- a/lz4cli.c
+++ b/lz4cli.c
@@ -49,7 +49,8 @@
#endif
#define _FILE_OFFSET_BITS 64 // Large file support on 32-bits unix
-#define _POSIX_SOURCE 1 // for fileno() within <stdio.h> on unix
+#define _POSIX_SOURCE 1 // for fileno() within <stdio.h> on unix
+
//****************************
// Includes
@@ -106,7 +107,7 @@
// Constants
//****************************
#define COMPRESSOR_NAME "LZ4 Compression CLI"
-#define COMPRESSOR_VERSION "v1.0.7"
+#define COMPRESSOR_VERSION "v1.0.8"
#define COMPILED __DATE__
#define AUTHOR "Yann Collet"
#define LZ4_EXTENSION ".lz4"