diff options
author | reneeb <info@perl-services.de> | 2018-02-20 22:41:22 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-03-02 20:11:23 +0200 |
commit | 131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6 (patch) | |
tree | 5e7266b9ac074ef811365e38ff44f49e2132e981 /win32 | |
parent | da251d45ad52f4ce115697ec716a0628745a9c47 (diff) | |
download | perl-131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6.tar.gz |
Bump version
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 5330ba5da7..85d0f29868 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.9 +#INST_VER := \5.27.10 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index 9abce4efc9..f878d1772e 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.9 +#INST_VER = \5.27.10 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index 2a303af833..41257c5baf 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.9 +#INST_VER *= \5.27.10 # # Comment this out if you DON'T want your perl installation to have |