diff --git a/README.md b/README.md index c39ad780..158a090e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@
Genozip is also available on Conda and binary downloads, see installation options.

-Building from source: make -j (prerequisitves: gcc 8.5 or above ; nasm).
+Building from source: make -j (required for building: gcc 8.5 or above ; nasm).

New: Genozip 15 - with Deep™ - losslessly co-compressing BAM and FASTQ files:

diff --git a/installers/LICENSE.html b/installers/LICENSE.html index 5a8e94f8..e483f2cd 100644 --- a/installers/LICENSE.html +++ b/installers/LICENSE.html @@ -34,4 +34,4 @@ 10. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides Genozip on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Genozip and assume any risks associated with Your exercise of permissions under this License.

11. LIMITATION OF LIABILITY. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, STRICT LIABILITY OR OTHER LEGAL OR EQUITABLE THEORY, SHALL LICENSOR OR DEVELOPER BE LIABLE FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR OUT OF THE USE OR INABILITY TO USE GENOZIP (INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, FILE CORRUPTION, DATA LOSS, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES), EVEN IF LICENSOR OR DEVELOPER HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL LICENSOR'S OR DEVELOPER'S TOTAL LIABILITY TO LICENSEE FOR ALL DAMAGES (OTHER THAN AS MAY BE REQUIRED BY APPLICABLE LAW IN CASES INVOLVING PERSONAL INJURY) EXCEED THE AMOUNT OF $500 USD. THE FOREGOING LIMITATIONS WILL APPLY EVEN IF THE ABOVE STATED REMEDY FAILS OF ITS ESSENTIAL PURPOSE.

END OF TERMS AND CONDITIONS

-Genozip license version: 15.0.44

+Genozip license version: 15.0.46

diff --git a/installers/genozip-installer.exe b/installers/genozip-installer.exe index 442d0d6a..51b504f4 100644 Binary files a/installers/genozip-installer.exe and b/installers/genozip-installer.exe differ diff --git a/installers/genozip-linux-x86_64.tar b/installers/genozip-linux-x86_64.tar index bb1be8cc..025ddfd7 100644 Binary files a/installers/genozip-linux-x86_64.tar and b/installers/genozip-linux-x86_64.tar differ diff --git a/src/objdir.linux/secure/license.o b/src/objdir.linux/secure/license.o index 875097d2..bb40f681 100644 Binary files a/src/objdir.linux/secure/license.o and b/src/objdir.linux/secure/license.o differ diff --git a/src/objdir.windows/secure/license.o b/src/objdir.windows/secure/license.o index 64a8b744..6628e275 100644 Binary files a/src/objdir.windows/secure/license.o and b/src/objdir.windows/secure/license.o differ diff --git a/src/version.h b/src/version.h index 481a3c3d..878457a8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define GENOZIP_CODE_VERSION "15.0.45" +#define GENOZIP_CODE_VERSION "15.0.46" extern int code_version_major (void); extern int code_version_minor (void);