diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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@ |