Skip to content

Commit

Permalink
Version 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 29, 2024
1 parent 351ab99 commit f8ef5f6
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.8.3 (2024-07-29)
- Validates arguments to IO_gmtime and IO_localtime

4.8.2 (2023-10-16)
- Properly close all open files on exit.

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.8.2",
Date := "16/10/2023", # dd/mm/yyyy format
Version := "4.8.3",
Date := "29/07/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

## Information about authors and maintainers.
Expand Down

0 comments on commit f8ef5f6

Please sign in to comment.