diff --git a/Basic/Core/Core.pm b/Basic/Core/Core.pm index 4c4eb05da..c6506d178 100644 --- a/Basic/Core/Core.pm +++ b/Basic/Core/Core.pm @@ -8,7 +8,7 @@ use PDL::Exporter; require PDL; # for $VERSION use DynaLoader; our @ISA = qw( PDL::Exporter DynaLoader ); -our $VERSION = '2.024'; +our $VERSION = '2.025'; bootstrap PDL::Core $VERSION; use PDL::Types ':All'; use Config; diff --git a/Basic/PDL.pm b/Basic/PDL.pm index 288b9e86a..8666ad007 100644 --- a/Basic/PDL.pm +++ b/Basic/PDL.pm @@ -147,7 +147,7 @@ start-up modules. # set the version: -$PDL::VERSION = '2.024'; +$PDL::VERSION = '2.025'; # Main loader of standard PDL package diff --git a/Changes b/Changes index ab7934229..a69ffa125 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +2.025 2020-11-19 - fix spellings - thanks @sebastic 2.024 2020-09-17