diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2015-09-21 08:37:35 -0400 |
---|---|---|
committer | Peter Martini <PeterCMartini@GMail.com> | 2015-09-21 08:37:35 -0400 |
commit | c257df7fe7094aa640e649599d56fb46bfe62c3c (patch) | |
tree | f86b864fb3f4771de57dd3a5b5fedbd768ba638c /win32 | |
parent | c791a027d0a82391653d2d68643c8053e149e14a (diff) | |
download | perl-c257df7fe7094aa640e649599d56fb46bfe62c3c.tar.gz |
Bump the perl version in various places for 5.23.4.
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 8346da49a8..6360456db4 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -66,7 +66,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.23.3 +#INST_VER := \5.23.4 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/Makefile b/win32/Makefile index 9e8978a7df..1a66403425 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.23.3 +#INST_VER = \5.23.4 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/makefile.mk b/win32/makefile.mk index b60e02d107..543cb93574 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.23.3 +#INST_VER *= \5.23.4 # # Comment this out if you DON'T want your perl installation to have |