From a3fe7c194d8c29eec9c79c3aca9bf6e9d82cea5f Mon Sep 17 00:00:00 2001 From: Ed J Date: Thu, 19 Nov 2020 13:14:48 +0000 Subject: [PATCH] 2.025 --- Basic/Core/Core.pm | 2 +- Basic/PDL.pm | 2 +- Changes | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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