Skip to content

Commit

Permalink
Version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 18, 2022
1 parent bd20d0d commit 48fd672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file describes changes in the IO package.

X.Y.Z (YYYY-MM-DD)
4.8.0 (2022-10-18)
- Change minimal required GAP version to 4.11
- Add IO_getenv, IO_setenv, IO_unsetenv

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.7.3dev",
Date := "25/09/2022", # dd/mm/yyyy format
Version := "4.8.0",
Date := "18/10/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit 48fd672

Please sign in to comment.