diff --git a/src/genozip-installer.ifp b/src/genozip-installer.ifp index 9dfc6af8..94d0028d 100644 --- a/src/genozip-installer.ifp +++ b/src/genozip-installer.ifp @@ -2,7 +2,7 @@ ProjectFileVersion = "1.1" [General] Program name = Genozip -Program version = 14.0.29 +Program version = 14.0.30 Windows 2000 = 0 Windows XP = 0 Windows Server 2003 = 0 @@ -88,10 +88,10 @@ C:\Users\divon\Projects\genozip\src\windows\LICENSE.for-installer.txt 9.3 KB txt [Licence_Begin] -10528 -{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}} +10544 +{\rtf1\fbidis\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}} {\colortbl ;\red0\green0\blue0;} -\viewkind4\uc1\pard\cf1\lang1033\fs20 This program, "Genozip", which includes four tools \par +\viewkind4\uc1\pard\ltrpar\cf1\lang1033\fs20 This program, "Genozip", which includes four tools \par (genozip, genounzip, genocat and genols), source code,\par object code, executables, documentation and other files,\par was developed by Divon Lan ("Developer") and is copyright \par @@ -251,7 +251,7 @@ names of the Licensor, except as required for reasonable\par and customary use in describing the origin of the Genozip\par \par 7. Survival. The limitations of liability and ownership\par -rights of Genozip contained herein and Licensee\rquote s\par +rights of Genozip contained herein and Licensee\'e2\'80\'99s\par obligations following termination of this Agreement will\par survive the termination of this Agreement for any reason.\par \par @@ -264,7 +264,7 @@ Health or any other regulatory entity in any country for\par any specific intended use, whether research, commercial,\par diagnostic, or otherwise, and (ii) Licensee must ensure it\par has any regulatory approvals that are necessary for\par -Licensee\rquote s intended uses of Genozip. Licensee will comply\par +Licensee\'e2\'80\'99s intended uses of Genozip. Licensee will comply\par with all applicable laws and regulations when using and\par maintaining Genozip.\par \par @@ -301,7 +301,8 @@ ESSENTIAL PURPOSE.\par \par END OF TERMS AND CONDITIONS\par \par -Genozip license version: 14.0.29\par +Genozip license version: 14.0.30\par +\par \par } [Licence_End] diff --git a/src/version.h b/src/version.h index 769d706e..e91ec0d1 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define GENOZIP_CODE_VERSION "14.0.29" +#define GENOZIP_CODE_VERSION "14.0.30" #define GENOZIP_FILE_FORMAT_VERSION 14 extern void version_background_test_for_newer (void);