Skip to content

Commit 5208e3b

Browse files
authored
Merge pull request #19452 from pshipton/zlib1.3a
(0.44) Update zlib version in doc to match version used
2 parents 85b3f7c + cf3826e commit 5208e3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

longabout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h4>libFFI pre 3.5</h4>
189189
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
190190
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
191191
<p>
192-
<h4>zlib 1.2.13</h4>
192+
<h4>zlib 1.3</h4>
193193
(C) 1995-2023 Jean-loup Gailly and Mark Adler
194194
<p>
195195
This software is provided 'as-is', without any express or implied

runtime/include/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Third Party Content</h3>
4040
Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you
4141
should look to the Redistributor's license for terms and conditions of use.</p>
4242

43-
<h3>zlib 1.2.13</h3>
43+
<h3>zlib 1.3</h3>
4444

4545
<p>zlib general purpose compression library obtained from https://zlib.net/</p>
4646

runtime/zlib/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ <h3>Third Party Content</h3>
3939
Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you
4040
should look to the Redistributor's license for terms and conditions of use.</p>
4141

42-
<h3>zlib 1.2.13</h3>
42+
<h3>zlib 1.3</h3>
4343

4444
<p>zlib general purpose compression library obtained from http://zlib.net/</p>
4545

4646
<p>The software is modified from the original version.</p>
4747

48-
<p>Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler</p>
48+
<p>Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler</p>
4949

5050
<p>This software is
5151
provided 'as-is', without any express or implied warranty. In no event will the

0 commit comments

Comments
 (0)