Skip to content

Commit

Permalink
version bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed May 1, 2024
1 parent 53aacc9 commit 670438b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes for Perl extension Perl-Dist-Strawberry

4.024 2024-04-28
4.024 2024-04-30
- Forgot to fix some change logs.
- Beginnings of getting things to work for MSVC
- Fixed a few bugs with patch, etc.
Expand All @@ -11,6 +11,7 @@ Changes for Perl extension Perl-Dist-Strawberry
- Simplified the CPANMINUS_install_modules.pl script
- Ensure all shared scripts use v5.18
- Ensure all shared scripts use GetOpts a bit more correctly
- Stop clobbering %ENV on nmake (MSVC) builds

4.023 2024-04-26
- used for building strawberry perl 5.34 - 5.28
Expand Down
2 changes: 1 addition & 1 deletion lib/Perl/Dist/Strawberry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use File::ShareDir qw();
use Pod::Usage qw(pod2usage);
use LWP::UserAgent;

our $VERSION = '4.024';
our $VERSION = '4.025';

sub new {
my $class = shift;
Expand Down

0 comments on commit 670438b

Please sign in to comment.