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

Commit

Permalink
Fix strawberry release month definition
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 25, 2019
1 parent dd195c9 commit aecbd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare -a -r archs=(x64 x86)
declare -a -r arch_labels=(64bit 32bit)

declare -r strawberry_version='5.30.1.1'
declare -r strawberry_release='May 2019'
declare -r strawberry_release='November 2019'
declare -r strawberry_path="../Strawberry/${strawberry_version}"

declare -r strawberry_arch_path='${strawberry_path}/${arch}'
Expand Down

0 comments on commit aecbd36

Please sign in to comment.