Skip to content

Commit

Permalink
2.025
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 20, 2024
1 parent 3a147bb commit eb036ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
@@ -1,3 +1,4 @@
2.025 2024-04-20
- Split version checking from `use Alien::Gnuplot` line for easier downstream
packaging. Fixes #98.
- fixes for Windows (#89)
Expand Down
2 changes: 1 addition & 1 deletion lib/PDL/Graphics/Gnuplot.pm
Expand Up @@ -2053,7 +2053,7 @@ our $echo_eating = 0; # Older versions of gnuplot on
our $debug_echo = 0; # If set, mock up Losedows half-duplex pipes


our $VERSION = '2.024';
our $VERSION = '2.025';
$VERSION = eval $VERSION;

our $gp_version = undef; # eventually gets the extracted gnuplot(1) version number.
Expand Down

0 comments on commit eb036ee

Please sign in to comment.