diff options
author | Richard Leach <richardleach@users.noreply.github.com> | 2022-12-20 18:21:24 +0000 |
---|---|---|
committer | Richard Leach <richardleach@users.noreply.github.com> | 2022-12-20 18:21:24 +0000 |
commit | 314a24817c7acf6b814a9002ebe00ea4c5f3b01d (patch) | |
tree | d38ca36d28aed7d486b6d68289cf43a13339fd6d /win32/Makefile | |
parent | b694b46bcc174597e5573ef691878857fbfa259e (diff) | |
download | perl-314a24817c7acf6b814a9002ebe00ea4c5f3b01d.tar.gz |
Bump the perl version in various places for 5.37.8
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 76bdbe2d47..d2fde0a06c 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -37,7 +37,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -#INST_VER = \5.37.7 +#INST_VER = \5.37.8 # # Comment this out if you DON'T want your perl installation to have |