Skip to content

Commit

Permalink
Version 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 19, 2018
1 parent b2e333c commit 3fe8cf7
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
4.5.4 (2018-09-19)
- Add IO_getcwd to query the current working directory
- Fix ChangeDirectoryCurrent when used with relative paths
(it used to set GAPInfo.DirectoryCurrent to an invalid value)
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.5.3",
Date := "18/09/2018", # dd/mm/yyyy format
Version := "4.5.4",
Date := "19/09/2018", # dd/mm/yyyy format

## Information about authors and maintainers.
Persons := [
Expand Down

0 comments on commit 3fe8cf7

Please sign in to comment.