diff options
author | Todd Rinaldo <toddr@cpan.org> | 2018-03-20 16:48:46 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2018-03-20 16:48:46 -0500 |
commit | 7800d569f0a4112af6e99b3247deab54389a0025 (patch) | |
tree | 6c508b0be89c7b9311498069030ce6edb06a1471 /win32 | |
parent | bdd8ae1c565b7de4dbf14d9eaacf66a03c46bbfb (diff) | |
download | perl-7800d569f0a4112af6e99b3247deab54389a0025.tar.gz |
Bump the perl version in various places for 5.27.11
Diffstat (limited to 'win32')
-rw-r--r-- | win32/GNUmakefile | 2 | ||||
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index d681c60885..7e464fa3cb 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -63,7 +63,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.27.10 +#INST_VER := \5.27.11 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index dfa038295e..83369d2054 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -38,7 +38,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.27.10 +#INST_VER = \5.27.11 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 083e77555e..80bd6e8544 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -44,7 +44,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.27.10 +#INST_VER *= \5.27.11 # # Comment this out if you DON'T want your perl installation to have |