diff options
author | root <root> | 2007-11-13 21:14:15 +0000 |
---|---|---|
committer | root <root> | 2007-11-13 21:14:15 +0000 |
commit | b1420a93921758116035c0c934423abf73cb10bf (patch) | |
tree | 3754e01de79717dea5a8524dc2ac671c4f6c7d37 | |
parent | fd9bb318a921bb5c4d79eb7d199f52eb67054451 (diff) |
*** empty log message ***rel-3_0
-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@ |