diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
commit | dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6 (patch) | |
tree | 25b601fad9af93a6b89fec74bfa2b463b6bef5fb /win32 | |
parent | 3ce6a296f9be689fd76ec2696cdb76a225e19e42 (diff) | |
download | perl-dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6.tar.gz |
Bump the perl version in various places for 5.25.9
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 c97deb3c90..720c0d8f80 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.25.8 +#INST_VER := \5.25.9 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index e27650bad1..c022f1dfdf 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.25.8 +#INST_VER = \5.25.9 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index b8d91b6727..b81b2b7ef6 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.25.8 +#INST_VER *= \5.25.9 # # Comment this out if you DON'T want your perl installation to have |