diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
commit | 4aefb364922503a4a18d813eea9d81164ef6c813 (patch) | |
tree | b597cb22bb8145a9a975e902f4b06f27ad88eea2 /win32 | |
parent | be2932939b2890fc4ea4e27b2ce6df5f7264d196 (diff) | |
download | perl-4aefb364922503a4a18d813eea9d81164ef6c813.tar.gz |
Bump the perl version in various places for v5.25.5
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 f650c19d42..64eb07d7f7 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.4 +#INST_VER := \5.25.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index 1a06e0d52d..12cead6336 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.4 +#INST_VER = \5.25.5 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index d398acca19..9fd4a81013 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.4 +#INST_VER *= \5.25.5 # # Comment this out if you DON'T want your perl installation to have |