diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-20 23:54:15 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-20 23:54:15 +0100 |
commit | 5c5ad1fe7aa33aca95d4ce99de5ba87f5b0f25f3 (patch) | |
tree | d73fe287c325d8855efc7024b77ee55569382e85 /win32 | |
parent | cab780cc104e5e98e62d49215d5363ffe22bda2b (diff) | |
download | perl-5c5ad1fe7aa33aca95d4ce99de5ba87f5b0f25f3.tar.gz |
Bump version to 5.27.6
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 6d8553a18d..989fcabda8 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.5 +#INST_VER := \5.27.6 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index e7267222e6..065aaacb8e 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.5 +#INST_VER = \5.27.6 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 6e421a9526..2d6e186e42 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.5 +#INST_VER *= \5.27.6 # # Comment this out if you DON'T want your perl installation to have |