Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2007-11-14 00:14:15 +0300
committerMarc Lehmann <schmorpforge@schmorp.de>2007-11-14 00:14:15 +0300
commit61b7c18a8c4ef58303212b11fe29a6f982ad00b2 (patch)
tree3754e01de79717dea5a8524dc2ac671c4f6c7d37
parent57d7527c373a715fa90802c057eee01b46575ac7 (diff)
*** empty log message ***
-rw-r--r--Changes2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index d9c34d4..ffd5496 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-2.2
+3.0 Tue Nov 13 22:13:09 CET 2007
- switched to 2-clause bsd with "GPL v2 or any later version" option.
- speed up compression by ~10-15% in common cases
by some manual unrolling.
diff --git a/Makefile.in b/Makefile.in
index 9a254b6..8e747b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-VERSION = 2.0
+VERSION = 3.0
prefix = @prefix@
exec_prefix = @exec_prefix@