Skip to content

Commit a3fe7c1

Browse files
committed
2.025
1 parent fc8342f commit a3fe7c1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Basic/Core/Core.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use PDL::Exporter;
88
require PDL; # for $VERSION
99
use DynaLoader;
1010
our @ISA = qw( PDL::Exporter DynaLoader );
11-
our $VERSION = '2.024';
11+
our $VERSION = '2.025';
1212
bootstrap PDL::Core $VERSION;
1313
use PDL::Types ':All';
1414
use Config;

Basic/PDL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ start-up modules.
147147

148148

149149
# set the version:
150-
$PDL::VERSION = '2.024';
150+
$PDL::VERSION = '2.025';
151151

152152
# Main loader of standard PDL package
153153

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.025 2020-11-19
12
- fix spellings - thanks @sebastic
23

34
2.024 2020-09-17

0 commit comments

Comments
 (0)