Skip to content

Commit

Permalink
Update website for IO 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 16, 2023
1 parent d2b2651 commit 3682667
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo( rec(

PackageName := "IO",
Subtitle := "Bindings for low level C library I/O routines",
Version := "4.8.1",
Date := "03/02/2023", # dd/mm/yyyy format
Version := "4.8.2",
Date := "16/10/2023", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand All @@ -25,17 +25,17 @@ Persons := [
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := true,
Email := "horn@mathematik.uni-kl.de",
Email := "mhorn@rptu.de",
WWWHome := "https://www.quendi.de/math",
GitHubUsername:= "fingolfin",
PostalAddress := Concatenation(
"Fachbereich Mathematik\n",
"TU Kaiserslautern\n",
"RPTU Kaiserslautern-Landau\n",
"Gottlieb-Daimler-Straße 48\n",
"67663 Kaiserslautern\n",
"Germany" ),
Place := "Kaiserslautern, Germany",
Institution := "TU Kaiserslautern"
Institution := "RPTU Kaiserslautern-Landau"
),
],

Expand Down
8 changes: 4 additions & 4 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: IO
version: 4.8.1
date: 2023-02-03
version: 4.8.2
date: 2023-10-16
description: |
Bindings for low level C library I/O routines
Expand All @@ -20,9 +20,9 @@ packageinfo: https://gap-packages.github.io/io/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/io/releases/download/v4.8.1/io-4.8.1.tar.gz
url: https://github.com/gap-packages/io/releases/download/v4.8.2/io-4.8.2.tar.gz
- name: .tar.bz2
url: https://github.com/gap-packages/io/releases/download/v4.8.1/io-4.8.1.tar.bz2
url: https://github.com/gap-packages/io/releases/download/v4.8.2/io-4.8.2.tar.bz2

abstract: |
The <span class="pkgname">IO</span> package, as its name suggests, provides bindings for <span class="pkgname">GAP</span> to the lower levels of Input/Output functionality in the C library.
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ <h1>IO</h1>
<h2>Bindings for low level C library I/O routines</h2>

<p>
4.8.1</p>
4.8.2</p>

<p>
3 February 2023
16 October 2023
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
 Bindings for low level C library I/O routines 


4.8.1
4.8.2


3 February 2023
16 October 2023


Max Neunhöffer
Expand Down
4 changes: 2 additions & 2 deletions doc/chap0_mj.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ <h1>IO</h1>
<h2>Bindings for low level C library I/O routines</h2>

<p>
4.8.1</p>
4.8.2</p>

<p>
3 February 2023
16 October 2023
</p>

</div>
Expand Down

0 comments on commit 3682667

Please sign in to comment.