Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Update Changes, 2.013003
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Aug 29, 2015
1 parent d6b9b81 commit b3f4d01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Basic/Core/Core.pm
Expand Up @@ -8,7 +8,8 @@ use PDLA::Exporter;
require PDLA; # for $VERSION
use DynaLoader;
our @ISA = qw( PDLA::Exporter DynaLoader );
our $VERSION = $PDLA::VERSION;
our $VERSION = '2.013'; # PAUSE insists - below is the real one
$VERSION = $PDLA::VERSION;
bootstrap PDLA::Core $VERSION;
use PDLA::Types ':All';

Expand Down
2 changes: 1 addition & 1 deletion Basic/PDLA.pm
Expand Up @@ -146,7 +146,7 @@ start-up modules.


# set the version:
$PDLA::VERSION = '2.013002';
$PDLA::VERSION = '2.013003';

# Main loader of standard PDLA package

Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
v2.013003 Sat Aug 29 22:28:17 BST 2015
- fixup $VERSION in PDLA::Core more

v2.013002 Sat Aug 29 21:58:05 BST 2015
- fixup $VERSION in PDLA::Core
- "make core[test]" now can do parallel build which will be quicker
Expand Down

0 comments on commit b3f4d01

Please sign in to comment.