2013-09-03 18:51:56 +02:00
|
|
|
---
|
|
|
|
fullbench.c | 2 +-
|
|
|
|
lz4c.c | 2 +-
|
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
Index: trunk/fullbench.c
|
|
|
|
===================================================================
|
|
|
|
--- trunk.orig/fullbench.c
|
|
|
|
+++ trunk/fullbench.c
|
|
|
|
@@ -105,7 +105,7 @@
|
|
|
|
//****************************
|
2013-11-26 05:03:34 +01:00
|
|
|
#define COMPRESSOR_NAME "LZ4 speed analyzer"
|
2013-09-03 18:51:56 +02:00
|
|
|
#define COMPRESSOR_VERSION ""
|
|
|
|
-#define COMPILED __DATE__
|
|
|
|
+#define COMPILED "SUSE"
|
|
|
|
#define AUTHOR "Yann Collet"
|
2013-11-26 05:03:34 +01:00
|
|
|
#define WELCOME_MESSAGE "*** %s %s %i-bits, by %s (%s) ***\n", COMPRESSOR_NAME, COMPRESSOR_VERSION, (int)(sizeof(void*)*8), AUTHOR, COMPILED
|
2013-09-03 18:51:56 +02:00
|
|
|
|
2013-11-26 05:03:34 +01:00
|
|
|
Index: trunk/lz4cli.c
|
2013-09-03 18:51:56 +02:00
|
|
|
===================================================================
|
2013-11-26 05:03:34 +01:00
|
|
|
--- trunk.orig/lz4cli.c
|
|
|
|
+++ trunk/lz4cli.c
|
|
|
|
@@ -108,7 +108,7 @@
|
2013-09-03 18:51:56 +02:00
|
|
|
//****************************
|
|
|
|
#define COMPRESSOR_NAME "LZ4 Compression CLI"
|
2013-11-26 05:03:34 +01:00
|
|
|
#define COMPRESSOR_VERSION "v1.0.8"
|
2013-09-03 18:51:56 +02:00
|
|
|
-#define COMPILED __DATE__
|
|
|
|
+#define COMPILED "SUSE"
|
|
|
|
#define AUTHOR "Yann Collet"
|
2013-11-26 05:03:34 +01:00
|
|
|
#define LZ4_EXTENSION ".lz4"
|
|
|
|
#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), COMPRESSOR_VERSION, AUTHOR, COMPILED
|