Skip to content

Commit

Permalink
Version 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 18, 2024
1 parent 71ef52e commit 3e4c689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file describes changes in the IO package.

4.9.1 (2024-11-18)
- Various janitorial changes

4.9.0 (2024-09-05)
- Require GAP >= 4.12 so that we can use `LoadKernelExtension`

Expand Down
4 changes: 2 additions & 2 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.9.0",
Date := "05/09/2024", # dd/mm/yyyy format
Version := "4.9.1",
Date := "18/11/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit 3e4c689

Please sign in to comment.