Skip to content

Commit 670438b

Browse files
committed
version bump after release
1 parent 53aacc9 commit 670438b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changes for Perl extension Perl-Dist-Strawberry
22

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

1516
4.023 2024-04-26
1617
- used for building strawberry perl 5.34 - 5.28

lib/Perl/Dist/Strawberry.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use File::ShareDir qw();
1717
use Pod::Usage qw(pod2usage);
1818
use LWP::UserAgent;
1919

20-
our $VERSION = '4.024';
20+
our $VERSION = '4.025';
2121

2222
sub new {
2323
my $class = shift;

0 commit comments

Comments
 (0)